diff --git a/.github/workflows/test_openvino_full.yml b/.github/workflows/test_openvino_full.yml index c003fc81b..edbc6a34c 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' }} diff --git a/.github/workflows/test_openvino_slow.yml b/.github/workflows/test_openvino_slow.yml index 34b5a7869..5999ba63e 100644 --- a/.github/workflows/test_openvino_slow.yml +++ b/.github/workflows/test_openvino_slow.yml @@ -43,6 +43,7 @@ jobs: pip install --upgrade pip pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu pip install .[openvino,tests] transformers[testing] + pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release pip uninstall -y nncf - if: ${{ matrix.transformers-version != 'latest' }}