Ensure python 3.7 installs wxpython for 32 bits

This commit is contained in:
Manuel Cortez 2022-12-09 13:19:54 -06:00
parent 730665b5da
commit 3b29cbd746
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -62,6 +62,7 @@ twblueWin7:
- choco install python --version 3.7.9 -y -ForceX86
- '&$env:PYTHON37 -V'
- '&$env:PYTHON37 -m pip install --upgrade pip'
- '&$env:PYTHON -m pip install --upgrade https://github.com/josephsl/wxpy32whl/blob/main/wxPython-4.2.0-cp37-cp37m-win32.whl?raw=true'
- '&$env:PYTHON37 -m pip install --upgrade -r requirements.txt'
stage: build
interruptible: true