You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drop python 3.8 support
* Revert py3.8 drop
* Temporaly disable pip cache in cpp precommit to avoid conflicts
* Shake OpenCV version to check if it fixes missing OpenCV problem in CMake
* Try the latest OCV version for Win
* Upgrade OV in win builder
* Promote gtest version
* Bump OV version for cpp
* Disable running win precommits
* Try to restrict cpp features for win tests
* Disable win precommit pip cache
* Use sample as a sanity check on Win CI
# .\w_openvino_toolkit_windows_2023.0.0.10926.b4452d56304_x86_64\setupvars.bat exits with 0 code without moving to a next command. Set PATH manually
143
143
run: |
144
-
set PATH=opencv\opencv\build\x64\vc16\bin;w_openvino_toolkit_windows_2023.0.0.10926.b4452d56304_x86_64\runtime\bin\intel64\Release;w_openvino_toolkit_windows_2023.0.0.10926.b4452d56304_x86_64\runtime\3rdparty\tbb\bin;%PATH%
145
-
.\build\Release\test_sanity.exe -d data -p tests\cpp\precommit\public_scope.json
146
-
.\build\Release\test_model_config -d data
144
+
set PATH=opencv\opencv\build\x64\vc16\bin;w_openvino_toolkit_windows_2024.1.0.15008.f4afc983258_x86_64\runtime\bin\intel64\Release;w_openvino_toolkit_windows_2024.1.0.15008.f4afc983258_x86_64\runtime\3rdparty\tbb\bin;%PATH%
0 commit comments