Fixed syntax error
This commit is contained in:
parent
2d8b7b2ed6
commit
f4872a1ecd
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user