Jirka Borovec
commited on
Apply suggestions from code review
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -10,7 +10,7 @@ jobs:
|
|
10 |
strategy:
|
11 |
fail-fast: false
|
12 |
matrix:
|
13 |
-
os: [ubuntu-
|
14 |
python-version: [3.7, 3.8]
|
15 |
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
|
16 |
|
|
|
10 |
strategy:
|
11 |
fail-fast: false
|
12 |
matrix:
|
13 |
+
os: [ubuntu-latest] #, macOS-10.15, windows-2019
|
14 |
python-version: [3.7, 3.8]
|
15 |
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
|
16 |
|