File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ build_script:
141141- cmd : |
142142 "%PYTHON%/python.exe" -m pip install --upgrade pip
143143 "%PYTHON%/python.exe" -m pip install --upgrade setuptools
144- set "CI_BUILD=True " && "%PYTHON%/python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
144+ set "CI_BUILD=1 " && "%PYTHON%/python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
145145
146146before_test :
147147- ps : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def main():
1414 os .chdir (os .path .dirname (os .path .abspath (__file__ )))
1515
1616 CI_BUILD = os .environ .get ("CI_BUILD" , "False" )
17- is_CI_build = True if CI_BUILD == "True " else False
17+ is_CI_build = True if CI_BUILD == "1 " else False
1818 cmake_source_dir = "opencv"
1919 minimum_supported_numpy = "1.13.1"
2020 build_contrib = get_build_env_var_by_name ("contrib" )
You can’t perform that action at this time.
0 commit comments