diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee7caeb..0f3e3ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ stages: before_script: - 'Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString("https://chocolatey.org/install.ps1"))' - 'choco install -y --x86 git nsis' + - 'refreshenv' - 'python -V' # - 'python -m venv env' # - 'env\scripts\activate'