Skip to content

Commit

Permalink
Check OV release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Feb 6, 2025
1 parent 03dd89e commit 4ad33e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- if: ${{ matrix.test-pattern == '*modeling*' }}
name: Install dependencies (nightly)
run: |
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
- if: ${{ matrix.test-pattern == '*modeling*' }}
name: Test with Pytest (nightly)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_openvino_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install .[openvino,tests] transformers[testing]
pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
pip uninstall -y nncf
- if: ${{ matrix.transformers-version != 'latest' }}
Expand Down

0 comments on commit 4ad33e3

Please sign in to comment.