Skip to content

Commit 4ad33e3

Browse files
Check OV release
1 parent 03dd89e commit 4ad33e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_openvino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- if: ${{ matrix.test-pattern == '*modeling*' }}
7171
name: Install dependencies (nightly)
7272
run: |
73-
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
73+
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
7474
7575
- if: ${{ matrix.test-pattern == '*modeling*' }}
7676
name: Test with Pytest (nightly)

.github/workflows/test_openvino_slow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
pip install --upgrade pip
4444
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4545
pip install .[openvino,tests] transformers[testing]
46+
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
4647
pip uninstall -y nncf
4748
4849
- if: ${{ matrix.transformers-version != 'latest' }}

0 commit comments

Comments
 (0)