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 64cfcbd commit a83b938Copy full SHA for a83b938
.github/workflows/python-app.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
# Use the system-provided python3 instead of actions/setup-python@v4
42
python3 --version
43
- # Don't upgrade pip. It currently fails to uninstall.
+ # Don't upgrade pip. It currently fails to uninstall.
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
0 commit comments