We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e660be3 commit 5005854Copy full SHA for 5005854
.github/workflows/test_openvino_full.yml
@@ -82,7 +82,7 @@ jobs:
82
run: pip freeze
83
84
- name: OpenVINO tests
85
- run: pytest tests/openvino -s --durations=0
+ run: pytest tests/openvino --durations=0
86
env:
87
RUN_SLOW: 1
88
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
0 commit comments