Fixed syntax error

This commit is contained in:
Manuel Cortez 2020-07-18 00:18:45 -05:00
parent 2d8b7b2ed6
commit f4872a1ecd

View File

@ -18,7 +18,7 @@ stages:
tags: tags:
- windows10 - windows10
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'
- 'python -V' - 'python -V'
# - 'python -m venv env' # - 'python -m venv env'