Refresh powershell env

This commit is contained in:
Manuel Cortez 2020-07-18 00:30:54 -05:00
parent f4872a1ecd
commit 0d5cf787fc

View File

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