Skip to content

Commit

Permalink
Update test_openvino.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Jan 9, 2024
1 parent 52a5aae commit 61a9fa6
Showing 1 changed file with 1 addition 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 @@ -35,7 +35,7 @@ jobs:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install .[openvino,nncf,tests,diffusers]
- name: Install openvino-nightly (optional)
run: pip uninstall -y openvino && pip install ${{ matrix.openvino }}
run: pip uninstall -y openvino && pip install ${{ matrix.openvino }}
if: matrix.openvino == "openvino-nightly"
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 61a9fa6

Please sign in to comment.