Skip to content

Commit c7ff943

Browse files
Check 2024.6 release
1 parent 9c4bccc commit c7ff943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_openvino_full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
6161
- name: Install openvino-nightly
6262
if: ${{ matrix.openvino == 'ov-nightly' }}
63-
run: pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
63+
run: pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
6464

6565
- name: Install openvino release
6666
if: ${{ matrix.openvino == 'ov-stable' }}
6767
run: pip install .[openvino]
6868

6969
- name: Install nncf develop
7070
if: ${{ matrix.nncf == 'nncf-develop' }}
71-
run: pip install git+https://github.com/openvinotoolkit/nncf.git
71+
run: pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2141
7272

7373
- name: Install nncf release
7474
if: ${{ matrix.nncf == 'nncf-stable' }}

0 commit comments

Comments
 (0)