Skip to content

Commit d3de5dc

Browse files
committed
Use YOLOv5n for CI testing
1 parent 34da872 commit d3de5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
python-version: [ 3.8 ]
23-
model: [ 'yolov5s' ] # models to test
23+
model: [ 'yolov5n' ] # models to test
2424

2525
# Timeout: https://stackoverflow.com/a/59076067/4521646
2626
timeout-minutes: 50

0 commit comments

Comments
 (0)