Skip to content

Commit

Permalink
Run timm ONNX CI nightly v2 (#1595)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
fxmarty authored Dec 13, 2023
1 parent 0e76f44 commit e235654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_export_onnx_timm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Exporters ONNX Timm / Python - Test

on:
workflow_dispatch:
push:
branches: [ main ]
schedule:
- cron: 0 7 * * * # every day at 7am

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

0 comments on commit e235654

Please sign in to comment.