Fix Windows build take 2
This commit is contained in:
parent
cbb06fce9d
commit
312aa4be26
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ build:windows:
|
|||
before_script:
|
||||
- ./docker/install_choco.ps1
|
||||
- choco uninstall python
|
||||
- choco uninstall python3
|
||||
- choco install -y --x64 python3 7zip checksum
|
||||
- choco install -y --x64 python --version=3.7.9 7zip checksum
|
||||
- python --version # | findstr /B "Python 3\.7\." # dont upgrade python on every run. just make sure we're on the right Python
|
||||
- pip --version # | findstr /E '\(python 3\.7\)'
|
||||
- python -c "import sys;print(f'{str(64 if sys.maxsize > 2**32 else 32)} bit python\n{sys.platform}')"
|
||||
|
|
Loading…
Reference in a new issue