We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac87a3 commit 838d87aCopy full SHA for 838d87a
.github/workflows/windows.yml
@@ -143,6 +143,8 @@ jobs:
143
144
- name: CMake configure - OpenVINO Contrib
145
run: |
146
+ $env:OpenCV_DIR=C:/tools/opencv/build
147
+ . "${{ env.INSTALL_DIR }}/setupvars.ps1"
148
cmake -GNinja `
149
-DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} `
150
-S ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations `
@@ -161,7 +163,6 @@ jobs:
161
163
- name: Custom user operation tests
162
164
working-directory: ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations
165
- ls ${{ env.OPENVINO_REPO }}/bin/intel64/${{ env.CMAKE_BUILD_TYPE }}
166
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
167
python3 -m pip install -r ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations/tests/requirements.txt
168
0 commit comments