We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd41bec commit 85cfcd7Copy full SHA for 85cfcd7
.github/workflows/python-app.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
- cache: pip
+ cache: 'pip'
21
cache-dependency-path:
22
requirements/*.txt
23
0 commit comments