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 aee94b0 commit acee0e5
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 @@ -36,7 +36,7 @@ jobs:
pip install .[openvino,nncf,tests,diffusers]
- name: Install openvino-nightly (optional)
pip uninstall -y openvino && pip install ${{ matrix.openvino }}
if: matrix.openvino == "openvino-nightly"
if: matrix.openvino == "openvino-nightly"
- name: Test with Pytest
run: |
pytest tests/openvino/ --ignore test_modeling_basic

0 comments on commit acee0e5

Please sign in to comment.