We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4b5ac commit af4536cCopy full SHA for af4536c
.github/workflows/python-app.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/cache@v4
34
with:
35
path: ~/.cache/pip
36
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
37
restore-keys: |
38
${{ runner.os }}-pip-
39
0 commit comments