Skip to content

Commit 0425d59

Browse files
committed
Update CI scripts
1 parent d5b33c6 commit 0425d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)