Skip to content

Commit

Permalink
Upgrade pip for all
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 4, 2024
1 parent 0bf15f0 commit 5628213
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ jobs:
- name: Print build system information
run: python3 .github/workflows/system-info.py

- name: Upgrade pip
run: |
python3 -m pip install --upgrade pip
- name: Install CPython dependencies
if: "!contains(matrix.python-version, 'pypy')"
run: |
python3 -m pip install --upgrade pip
python3 -m pip install PyQt6
- name: Install dependencies
Expand Down

0 comments on commit 5628213

Please sign in to comment.