We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49fcbb commit 7d6a949Copy full SHA for 7d6a949
.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 openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
64
65
- name: Install openvino release
66
if: ${{ matrix.openvino == 'ov-stable' }}
0 commit comments