Skip to content

Commit

Permalink
Set OV pre-release option
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 6, 2024
1 parent 958eb6e commit 84459f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 84459f7

Please sign in to comment.