Skip to content

Commit af4536c

Browse files
Update python-app.yml
1 parent bd4b5ac commit af4536c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pip
36-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
36+
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
3737
restore-keys: |
3838
${{ runner.os }}-pip-
3939

0 commit comments

Comments
 (0)