attempt to fix macos ci

This commit is contained in:
Manuel Barkhau 2020-08-26 23:21:32 +00:00
parent feb6ff6605
commit f691b3703f

View file

@ -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