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' }}