64 bit windows

This commit is contained in:
Thomas Zarebczan 2020-12-24 03:16:07 -05:00 committed by GitHub
parent 66029e60d3
commit dd4172ac66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ build:windows:
GIT_DEPTH: 5 GIT_DEPTH: 5
before_script: before_script:
- ./docker/install_choco.ps1 - ./docker/install_choco.ps1
- choco install -y --x86 python3 7zip checksum - choco install -y --x64 python3 7zip checksum
- python --version # | findstr /B "Python 3\.7\." # dont upgrade python on every run. just make sure we're on the right Python - 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\)' - pip --version # | findstr /E '\(python 3\.7\)'
- pip install virtualenv pywin32 - pip install virtualenv pywin32