Skip to content

Commit ee7a6fa

Browse files
committed
use ov repo
1 parent 371de19 commit ee7a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
python3 -m pytest -k "not sparse_conv" tests/run_tests.py
170170
env:
171-
CUSTOM_OP_LIB: ${{ env.BUILD_DIR_CONTRIB }}/user_ie_extensions/user_ov_extensions.dll
171+
CUSTOM_OP_LIB: ${{ env.OPENVINO_REPO }}/bin/intel64/${{ env.CMAKE_BUILD_TYPE }}/user_ov_extensions.dll
172172

173173
- name: Upload Test Results
174174
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)