[ci] Add job to update windows deps

This commit is contained in:
Fabian 2022-09-30 12:42:54 +02:00
parent 22a3d787ff
commit 6f10d0afd3

View File

@ -57,7 +57,7 @@ update_windows_deps:
# - Pipfile.lock
# when: always
before_script:
- Import-Module "${ChocolateyInstall}\helpers\chocolateyProfile.psm1"
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install python --version=$PYTHON_VERSION -y --no-progress
- choco install openssh -y --no-progress
- refreshenv