Remove optional check.

This commit is contained in:
Roman Telezhynskyi 2021-05-02 20:05:34 +03:00
parent eb0dfb1f7a
commit 7eea280f83

View File

@ -200,9 +200,8 @@ init:
- set PATH=C:\projects\valentina\build\src\libs\vpropertyexplorer\bin;C:\projects\valentina\build\src\libs\qmuparser\bin;%PATH%
# Path after
- 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 -c \"import struct; print(struct.calcsize('P') * 8)\")
# Install the build dependencies of the project.
- if "%DEPLOY%" == "true" (python -m pip install --upgrade pip)
- if "%DEPLOY%" == "true" (python -m pip install dropbox)