Skip to content

Commit 204c377

Browse files
Update python-package.yml
1 parent be88cf7 commit 204c377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
3131
python -m pip install .
32-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32+
if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
3333
- name: Lint with flake8
3434
run: |
3535
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)