Skip to content

Commit da2211b

Browse files
Test install WA 2
1 parent 9a503e2 commit da2211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4040
pip install .[openvino,openvino-tokenizers,tests,diffusers] onnxruntime
4141
pip install transformers==${{ matrix.transformers-version }}
42-
pip install -U --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly/
42+
pip install -U --pre openvino==2024.5.0.dev20240923 openvino-tokenizers==2024.5.0.dev20240923 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly/
4343
pip install git+https://github.com/openvinotoolkit/nncf.git@2efda7dd16276c8d8f70fabfb9a94b4bcd7af08f
4444
4545
- name: Test with Pytest

0 commit comments

Comments
 (0)