Skip to content

Commit e235654

Browse files
authored
Run timm ONNX CI nightly v2 (#1595)
fix
1 parent 0e76f44 commit e235654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_export_onnx_timm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Exporters ONNX Timm / Python - Test
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
5+
schedule:
6+
- cron: 0 7 * * * # every day at 7am
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -30,5 +30,5 @@ jobs:
3030
- name: Test with unittest
3131
working-directory: tests
3232
run: |
33-
pytest exporters/onnx/test_onnx_*.py -s -n auto -m "timm_test" --durations=0
33+
RUN_SLOW=1 pytest exporters/onnx/ -s -n auto -k "timm" --durations=0
3434

0 commit comments

Comments
 (0)