We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16115 commit 91802cfCopy full SHA for 91802cf
.github/workflows/test_openvino_slow.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Test with Pytest (slow)
74
run: |
75
- pytest tests/openvino --durations=0
+ pytest tests/openvino -m "run_slow" --durations=0
76
env:
77
RUN_SLOW: 1
78
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
0 commit comments