mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Use Python 3.10
This commit is contained in:
@ -18,6 +18,10 @@ jobs:
|
||||
pool:
|
||||
vmImage: 'windows-2022'
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.10'
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
|
Reference in New Issue
Block a user