Skip to content

Commit 91802cf

Browse files
Run only slow
1 parent 5f16115 commit 91802cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Test with Pytest (slow)
7474
run: |
75-
pytest tests/openvino --durations=0
75+
pytest tests/openvino -m "run_slow" --durations=0
7676
env:
7777
RUN_SLOW: 1
7878
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

0 commit comments

Comments
 (0)