attempt to fix macos ci

This commit is contained in:
Manuel Barkhau 2020-08-26 22:49:59 +00:00
parent 3dd116188a
commit feb6ff6605

View file

@ -61,6 +61,7 @@ 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