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 53e432e commit b389f65Copy full SHA for b389f65
.github/workflows/python-app.yml
@@ -40,7 +40,8 @@ jobs:
40
run: |
41
# Use the system-provided python3 instead of actions/setup-python@v4
42
python3 --version
43
- python3 -m pip install --break-system-packages --upgrade pip
+ # pip is already installed?
44
+ # python3 -m pip install --break-system-packages --upgrade pip
45
python3 -m pip install --break-system-packages --upgrade pre-commit ruff==${{ env.RUFF_VERSION }}
46
python3 -m pip install --break-system-packages -r requirements.txt
47
- name: Lint with flake8
0 commit comments