mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
attempt to fix macos ci
This commit is contained in:
parent
f691b3703f
commit
298a051795
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -50,6 +50,12 @@ jobs:
|
||||||
- name: brew install mercurial
|
- name: brew install mercurial
|
||||||
run: brew install mercurial
|
run: brew install mercurial
|
||||||
|
|
||||||
|
- name: debug hg
|
||||||
|
run: which hg
|
||||||
|
|
||||||
|
- name: debug mercurial
|
||||||
|
run: which mercurial
|
||||||
|
|
||||||
- name: Cache Conda Envs
|
- name: Cache Conda Envs
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue