Another try.
This commit is contained in:
parent
c23f8fbd70
commit
d8043c03b3
|
@ -201,7 +201,7 @@ init:
|
||||||
# Path after
|
# Path after
|
||||||
- path
|
- path
|
||||||
# Check that we have the expected version and architecture for Python
|
# Check that we have the expected version and architecture for Python
|
||||||
- if "%DEPLOY%" == "true" "python --version"
|
- if "%DEPLOY%" == "true" (python --version)
|
||||||
- if "%DEPLOY%" == "true" "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- if "%DEPLOY%" == "true" "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
# Install the build dependencies of the project.
|
# Install the build dependencies of the project.
|
||||||
- if "%DEPLOY%" == "true" "python -m pip install --upgrade pip"
|
- if "%DEPLOY%" == "true" "python -m pip install --upgrade pip"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user