mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -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:
@ -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
|
||||
|
Reference in New Issue
Block a user