We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8144b39 commit f5ad6beCopy full SHA for f5ad6be
.github/workflows/python-app.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-python@v3
24
with:
25
python-version: "3.10"
26
- cache: 'pip'
+ cache: 'false'
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
0 commit comments