Another try.

This commit is contained in:
Roman Telezhynskyi 2021-05-02 20:02:35 +03:00
parent c23f8fbd70
commit d8043c03b3

View File

@ -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"