Skip to content

Commit

Permalink
.github: Squash annoying pip error
Browse files Browse the repository at this point in the history
It's decades too late to introduce this kind of error...
  • Loading branch information
jrtc27 authored Apr 30, 2024
1 parent 8329c05 commit 3718ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
# Use the system-provided python3 instead of actions/setup-python@v4
python3 --version
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pre-commit ruff==${{ env.RUFF_VERSION }}
python3 -m pip install -r requirements.txt
python3 -m pip install --break-system-packages --upgrade pip
python3 -m pip install --break-system-packages --upgrade pre-commit ruff==${{ env.RUFF_VERSION }}
python3 -m pip install --break-system-packages -r requirements.txt
- name: Lint with flake8
run: flake8
- name: Lint with ruff
Expand Down

0 comments on commit 3718ff2

Please sign in to comment.