Skip to content

Commit 8f3c7a5

Browse files
Update python-app.yml
1 parent fefcbb8 commit 8f3c7a5

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cache pip dependencies
3131
uses: actions/cache@v4
3232
with:
33-
path: ~/.cache/pip
33+
path: ~\AppData\Local\pip\Cache
3434
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
3535
restore-keys: |
3636
${{ runner.os }}-pip-

0 commit comments

Comments
 (0)