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 be88cf7 commit 204c377Copy full SHA for 204c377
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install flake8 pytest
31
python -m pip install .
32
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
33
- name: Lint with flake8
34
run: |
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments