From cbb06fce9dc79a07cd544dc3445b18b86d850461 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 24 Dec 2020 04:13:03 -0500 Subject: [PATCH] Fix windows build, Merry christmas! --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5f2c2938..105c613df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,7 @@ build:windows: GIT_DEPTH: 5 before_script: - ./docker/install_choco.ps1 + - choco uninstall python - choco uninstall python3 - 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