We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ef3f9 commit 2a8694dCopy full SHA for 2a8694d
.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_basic.py
0 commit comments