Update pip before installing aqt

This commit is contained in:
Luis Ángel San Martín 2025-03-29 19:47:09 +01:00
parent c142c2eeae
commit a0407c910c
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
versionSpec: '3.13'
architecture: 'x64'
- script: |
pip install -U pip
pip install aqtinstall
mkdir C:\Qt
python -m aqt install-qt windows desktop ${{ parameters.qt_version }} ${{ parameters.qt_aqt_spec }} -O c:\Qt -m qt5compat qtmultimedia qtimageformats

View File

@ -23,6 +23,7 @@ jobs:
versionSpec: '3.13'
architecture: 'x64'
- script: |
pip install -U pip
pip install aqtinstall
mkdir C:\Qt
python -m aqt install-qt windows desktop ${{ parameters.qt_version }} ${{ parameters.qt_aqt_spec }} -O c:\Qt