Use YOLOv5n for CI testing (#5154)
Browse files
.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: [ '
|
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
|