drop xOS
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -10,12 +10,9 @@ jobs:
|
|
10 |
strategy:
|
11 |
fail-fast: false
|
12 |
matrix:
|
13 |
-
os: [ubuntu-18.04
|
14 |
python-version: [3.7, 3.8]
|
15 |
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
|
16 |
-
exclude:
|
17 |
-
- python-version: 3.8
|
18 |
-
os: macOS-10.15
|
19 |
|
20 |
# Timeout: https://stackoverflow.com/a/59076067/4521646
|
21 |
timeout-minutes: 50
|
|
|
10 |
strategy:
|
11 |
fail-fast: false
|
12 |
matrix:
|
13 |
+
os: [ubuntu-18.04] #, macOS-10.15, windows-2019
|
14 |
python-version: [3.7, 3.8]
|
15 |
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
|
|
|
|
|
|
|
16 |
|
17 |
# Timeout: https://stackoverflow.com/a/59076067/4521646
|
18 |
timeout-minutes: 50
|