glenn-jocher commited on
Commit
26784af
·
unverified ·
1 Parent(s): 34da872

Use YOLOv5n for CI testing (#5154)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -20,7 +20,7 @@ jobs:
20
  matrix:
21
  os: [ ubuntu-latest, macos-latest, windows-latest ]
22
  python-version: [ 3.8 ]
23
- model: [ 'yolov5s' ] # models to test
24
 
25
  # Timeout: https://stackoverflow.com/a/59076067/4521646
26
  timeout-minutes: 50
 
20
  matrix:
21
  os: [ ubuntu-latest, macos-latest, windows-latest ]
22
  python-version: [ 3.8 ]
23
+ model: [ 'yolov5n' ] # models to test
24
 
25
  # Timeout: https://stackoverflow.com/a/59076067/4521646
26
  timeout-minutes: 50