From 29d3ff90cde30408b21ff87bedb815c9c67fbca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 31 Mar 2025 20:49:22 +0200 Subject: [PATCH] Use Python 3.10 --- azure-pipelines-windows-template-qt6-arm64.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines-windows-template-qt6-arm64.yml b/azure-pipelines-windows-template-qt6-arm64.yml index b260608b..84c1747b 100644 --- a/azure-pipelines-windows-template-qt6-arm64.yml +++ b/azure-pipelines-windows-template-qt6-arm64.yml @@ -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