From c7ff9435fe0bf2eb8c754e22180b82add6a9e3a2 Mon Sep 17 00:00:00 2001 From: Nikita Savelyev Date: Mon, 16 Dec 2024 14:01:17 +0100 Subject: [PATCH] Check 2024.6 release --- .github/workflows/test_openvino_full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_openvino_full.yml b/.github/workflows/test_openvino_full.yml index 914035b75..d194b125f 100644 --- a/.github/workflows/test_openvino_full.yml +++ b/.github/workflows/test_openvino_full.yml @@ -60,7 +60,7 @@ jobs: - name: Install openvino-nightly if: ${{ matrix.openvino == 'ov-nightly' }} - run: pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly + run: pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release - name: Install openvino release if: ${{ matrix.openvino == 'ov-stable' }} @@ -68,7 +68,7 @@ jobs: - name: Install nncf develop if: ${{ matrix.nncf == 'nncf-develop' }} - run: pip install git+https://github.com/openvinotoolkit/nncf.git + run: pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2141 - name: Install nncf release if: ${{ matrix.nncf == 'nncf-stable' }}