Attempt to install a 32 bit python version with chocolatey

This commit is contained in:
Manuel Cortez 2021-01-05 13:56:59 -06:00
parent 47378cedbf
commit 9e5989863c

View File

@ -17,13 +17,12 @@ before_script:
- Set-Variable -Name "time" -Value (date -Format "%H:%m")
- echo ${time}
- echo "started by ${GITLAB_USER_NAME}"
- choco install python3 -y
- choco install python3-x86_32 nsis -y
- refreshenv
- '&$env:PYTHON3_32 -V'
- '&$env:PYTHON3_32 -m pip install --upgrade pip'
- '&$env:PYTHON3_32 -m pip install --upgrade -r requirements.txt'
- '&$env:PYTHON3_32 -m pip uninstall enum34 -y'
- python -V
test:
extends: