diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 35cefeed..60f7dfe6 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -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 diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index 866c990b..779b6c11 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -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