Skip to content

Commit

Permalink
Merge pull request #148 from afids/fix-actions-cache
Browse files Browse the repository at this point in the history
Use hash of setup.py as cache key
  • Loading branch information
kaitj authored Sep 15, 2021
2 parents 5a9d192 + d0e0117 commit f58afcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/afids-validator_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ env.pythonLocation }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ env.pythonLocation }}-pip
Expand Down

0 comments on commit f58afcc

Please sign in to comment.