mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Update pip before installing aqt
This commit is contained in:
parent
c142c2eeae
commit
a0407c910c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user