mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
attempt to fix macos ci
This commit is contained in:
parent
feb6ff6605
commit
f691b3703f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -47,6 +47,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: brew install mercurial
|
||||||
|
run: brew install mercurial
|
||||||
|
|
||||||
- name: Cache Conda Envs
|
- name: Cache Conda Envs
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -61,7 +64,6 @@ jobs:
|
||||||
run:
|
run:
|
||||||
if [[ -e build/envs.txt ]]; then touch build/envs.txt; fi;
|
if [[ -e build/envs.txt ]]; then touch build/envs.txt; fi;
|
||||||
if [[ -e build/deps.txt ]]; then touch build/deps.txt; fi;
|
if [[ -e build/deps.txt ]]; then touch build/deps.txt; fi;
|
||||||
brew install mercurial
|
|
||||||
make conda
|
make conda
|
||||||
|
|
||||||
- name: make lint
|
- name: make lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue