mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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:
parent
166c28a7e7
commit
034735a81d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue