mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -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:
|
||||
vmImage: 'windows-2019'
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.13'
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
|
@ -18,6 +18,10 @@ jobs:
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.13'
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
|
Loading…
Reference in New Issue
Block a user