macos ci fix 🤞

This commit is contained in:
Manuel Barkhau 2021-05-13 20:18:38 +00:00
parent 0219eaf557
commit bf6aa6549f

View file

@ -49,9 +49,9 @@ jobs:
path: | path: |
~/miniconda3 ~/miniconda3
build/*.txt build/*.txt
key: ${{ runner.OS }}-conda-cache-${{ hashFiles('requirements/*.txt', 'setup.py', 'makefile*') }} key: ${{ runner.OS }}-conda-cache-${{ hashFiles('requirements/*.txt', 'setup.py', 'Makefile*') }}
restore-keys: | restore-keys: |
${{ runner.OS }}-conda-cache-${{ hashFiles('requirements/*.txt', 'setup.py', 'makefile*') }} ${{ runner.OS }}-conda-cache-${{ hashFiles('requirements/*.txt', 'setup.py', 'Makefile*') }}
- name: brew install mercurial - name: brew install mercurial
run: brew install mercurial run: brew install mercurial