Remove optional check.
This commit is contained in:
parent
eb0dfb1f7a
commit
7eea280f83
|
@ -200,9 +200,8 @@ init:
|
||||||
- set PATH=C:\projects\valentina\build\src\libs\vpropertyexplorer\bin;C:\projects\valentina\build\src\libs\qmuparser\bin;%PATH%
|
- set PATH=C:\projects\valentina\build\src\libs\vpropertyexplorer\bin;C:\projects\valentina\build\src\libs\qmuparser\bin;%PATH%
|
||||||
# Path after
|
# Path after
|
||||||
- path
|
- path
|
||||||
# Check that we have the expected version and architecture for Python
|
# Check that we have the expected version for Python
|
||||||
- if "%DEPLOY%" == "true" (python --version)
|
- if "%DEPLOY%" == "true" (python --version)
|
||||||
- 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)
|
||||||
- if "%DEPLOY%" == "true" (python -m pip install dropbox)
|
- if "%DEPLOY%" == "true" (python -m pip install dropbox)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user