We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f602963 commit 1aef938Copy full SHA for 1aef938
.github/workflows/test_openvino.yml
@@ -35,4 +35,4 @@ jobs:
35
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
36
- name: Test with Pytest
37
run: |
38
- pytest tests/openvino/ --ignore test_modeling_basic
+ pytest tests/openvino/test_modeling.py
0 commit comments