Skip to content

Commit

Permalink
Keep osx-speicifc pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 26, 2020
1 parent aa68c83 commit cbe90b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx_startup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: pip-cache
with:
path: ~/.cache/pip
key: pip-cache-${{ matrix.python-version }}-${{ hashFiles('galaxy root/requirements.txt') }}
key: pip-cache-osx-${{ matrix.python-version }}-${{ hashFiles('galaxy root/requirements.txt') }}
- name: Install tox
run: pip install tox
- name: fetch migrations
Expand Down

0 comments on commit cbe90b6

Please sign in to comment.