From 312aa4be26909842a6c73b9c46b32955433c2c75 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 24 Dec 2020 04:41:09 -0500 Subject: [PATCH] Fix Windows build take 2 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 105c613df..11fb985df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}')"