File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 run : |
6464 source venv/bin/activate
6565 python -m pip install --upgrade pip
66- pip install model_api/python/[tests] --extra-index-url https://download.pytorch.org/whl/cpu
66+ pip install model_api/python/[tests,build ] --extra-index-url https://download.pytorch.org/whl/cpu
6767
6868 sudo bash model_api/cpp/install_dependencies.sh
6969 - name : Prepare test data
@@ -113,7 +113,7 @@ jobs:
113113 run : |
114114 mkdir build && cd build
115115 MSYS_NO_PATHCONV=1 cmake ../examples/cpp/ -DOpenVINO_DIR=$GITHUB_WORKSPACE/w_openvino_toolkit_windows_2024.6.0.17404.4c0f47d2335_x86_64/runtime/cmake -DOpenCV_DIR=$GITHUB_WORKSPACE/opencv/opencv/build -DCMAKE_CXX_FLAGS=/WX
116- cmake --build . --config Release -j $((`nproc`*2+2))
116+ cmake --build . --config Release -j $((`nproc`*2+2)) -DENABLE_PY_BINDINGS=OFF
117117 - name : Run sync sample
118118 shell : cmd
119119 # .\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
You can’t perform that action at this time.
0 commit comments