From 034735a81d995a60c9f1135b70aedae228b69ee6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 4 Nov 2022 11:43:54 +0100 Subject: [PATCH] gitlab-ci: fix Windows job by installing Python 3.10, which has wheels It seems that 3.11 whl packages are not yet always available. We have other jobs for testing new Python versions. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a4f230b..94d49ed2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -500,7 +500,7 @@ Windows: script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath" - - choco install --no-progress -y python3 + - choco install --no-progress -y python3 --version=3.10 - choco install --no-progress -y jdk8 - choco install --no-progress -y rsync - refreshenv