Skip to content

Commit

Permalink
chore: improve cache key for emulated ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Dec 7, 2020
1 parent af428e0 commit ee9ab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-emulated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
path: |
.pip
key: python-${{ matrix.architecture }}
key: python-${{ matrix.architecture }}-${{ hashFiles('requirements/tests') }}

- name: Set up emulation
run: |
Expand Down

0 comments on commit ee9ab35

Please sign in to comment.