1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

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.
This commit is contained in:
Hans-Christoph Steiner 2022-11-04 11:43:54 +01:00
parent 166c28a7e7
commit 034735a81d
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -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