Skip to content

Commit b389f65

Browse files
committed
macos CI: try not upgrading pip?
1 parent 53e432e commit b389f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: |
4141
# Use the system-provided python3 instead of actions/setup-python@v4
4242
python3 --version
43-
python3 -m pip install --break-system-packages --upgrade pip
43+
# pip is already installed?
44+
# python3 -m pip install --break-system-packages --upgrade pip
4445
python3 -m pip install --break-system-packages --upgrade pre-commit ruff==${{ env.RUFF_VERSION }}
4546
python3 -m pip install --break-system-packages -r requirements.txt
4647
- name: Lint with flake8

0 commit comments

Comments
 (0)