Skip to content

Commit

Permalink
fix hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Mar 14, 2021
1 parent edf1a30 commit 99854c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/**.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache pre-commit
Expand Down

0 comments on commit 99854c0

Please sign in to comment.