Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 30, 2024
1 parent 67c2e04 commit 0bf15f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:

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

0 comments on commit 0bf15f0

Please sign in to comment.