Skip to content

Commit

Permalink
Check 2024.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 16, 2024
1 parent 9c4bccc commit c7ff943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_openvino_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ 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' }}
run: pip install .[openvino]

- name: Install nncf develop
if: ${{ matrix.nncf == 'nncf-develop' }}
run: pip install git+https://github.com/openvinotoolkit/nncf.git
run: pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2141

- name: Install nncf release
if: ${{ matrix.nncf == 'nncf-stable' }}
Expand Down

0 comments on commit c7ff943

Please sign in to comment.