Invoque command used instead
This commit is contained in:
parent
b42c7d402f
commit
7abdf00529
@ -16,7 +16,7 @@ stages:
|
|||||||
- windows10
|
- windows10
|
||||||
before_script:
|
before_script:
|
||||||
- 'Invoke-WebRequest -UseBasicParsing https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe'
|
- 'Invoke-WebRequest -UseBasicParsing https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe'
|
||||||
- 'Invoke-Expression "Git-2.27.0-32-bit.exe -verysilent"'
|
- 'Invoke-Command "Git-2.27.0-32-bit.exe -verysilent"'
|
||||||
- 'python -V'
|
- 'python -V'
|
||||||
# - 'python -m venv env'
|
# - 'python -m venv env'
|
||||||
# - 'env\scripts\activate'
|
# - 'env\scripts\activate'
|
||||||
|
Loading…
Reference in New Issue
Block a user