Take 5!
Why you try to pass version param to other installs?
This commit is contained in:
parent
88ae72c0d3
commit
8ff813f689
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ build:windows:
|
|||
GIT_DEPTH: 5
|
||||
before_script:
|
||||
- ./docker/install_choco.ps1
|
||||
- choco install -y --x64 python --version=3.7.9 7zip checksum
|
||||
- choco install -y --x64 python --version=3.7.9
|
||||
- choco install -y 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