We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefcbb8 commit 8f3c7a5Copy full SHA for 8f3c7a5
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Cache pip dependencies
31
uses: actions/cache@v4
32
with:
33
- path: ~/.cache/pip
+ path: ~\AppData\Local\pip\Cache
34
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
35
restore-keys: |
36
${{ runner.os }}-pip-
0 commit comments