mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Force Python 3.13
It seems that aqtinstall is having some troubles and it could be related to python 3.9
This commit is contained in:
parent
b0d2d05bc9
commit
c142c2eeae
@ -18,6 +18,10 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
steps:
|
steps:
|
||||||
|
- task: UsePythonVersion@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '3.13'
|
||||||
|
architecture: 'x64'
|
||||||
- script: |
|
- script: |
|
||||||
pip install aqtinstall
|
pip install aqtinstall
|
||||||
mkdir C:\Qt
|
mkdir C:\Qt
|
||||||
|
@ -18,6 +18,10 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
steps:
|
steps:
|
||||||
|
- task: UsePythonVersion@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '3.13'
|
||||||
|
architecture: 'x64'
|
||||||
- script: |
|
- script: |
|
||||||
pip install aqtinstall
|
pip install aqtinstall
|
||||||
mkdir C:\Qt
|
mkdir C:\Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user