attempt to fix macos ci

This commit is contained in:
Manuel Barkhau 2020-08-26 23:46:23 +00:00
parent f691b3703f
commit 298a051795

View file

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