From 0d5cf787fca921ae994c944b2da264d4e7951150 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sat, 18 Jul 2020 00:30:54 -0500 Subject: [PATCH] Refresh powershell env --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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'