We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6407c9c commit 913e91eCopy full SHA for 913e91e
.github/workflows/test_openvino_full.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Install openvino-nightly
62
if: ${{ matrix.openvino == 'ov-nightly' }}
63
- run: pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
+ run: pip install --pre -U openvino --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
64
65
- name: Install openvino release
66
if: ${{ matrix.openvino == 'ov-stable' }}
0 commit comments