Upgrade pip for all

This commit is contained in:
Hugo van Kemenade 2024-11-04 21:17:47 +02:00
parent 0bf15f0f2a
commit 5628213ab0

View File

@ -69,10 +69,13 @@ jobs:
- name: Print build system information - name: Print build system information
run: python3 .github/workflows/system-info.py run: python3 .github/workflows/system-info.py
- name: Upgrade pip
run: |
python3 -m pip install --upgrade pip
- name: Install CPython dependencies - name: Install CPython dependencies
if: "!contains(matrix.python-version, 'pypy')" if: "!contains(matrix.python-version, 'pypy')"
run: | run: |
python3 -m pip install --upgrade pip
python3 -m pip install PyQt6 python3 -m pip install PyQt6
- name: Install dependencies - name: Install dependencies