Skip to content

Commit

Permalink
test --no-cache-dir in github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Jun 26, 2024
1 parent 1003490 commit d315492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade setuptools
python -m pip install --upgrade pip
python -m pip install flake8 pytest wheel
python -m pip install -r ${{ matrix.requirements-file }}
python -m pip install --no-cache-dir -r ${{ matrix.requirements-file }}
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit d315492

Please sign in to comment.