Skip to content

Commit 46cf864

Browse files
committed
Update OV package ver in win builder
1 parent 199c28f commit 46cf864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
source venv/Scripts/activate
9898
python -m pip install --upgrade pip
9999
pip install model_api/python/[tests] --extra-index-url https://download.pytorch.org/whl/cpu
100-
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/windows/w_openvino_toolkit_windows_2024.1.0.15008.f4afc983258_x86_64.zip --output w_openvino_toolkit_windows.zip
100+
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/windows/w_openvino_toolkit_windows_2024.6.0.17404.4c0f47d2335_x86_64.zip --output w_openvino_toolkit_windows.zip
101101
unzip w_openvino_toolkit_windows.zip
102102
rm w_openvino_toolkit_windows.zip
103103
curl -L https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0-windows.exe --output opencv-4.10.0-windows.exe

0 commit comments

Comments
 (0)