JirkaB commited on
Commit
2b8fbda
·
1 Parent(s): 5c73caa
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +3 -0
.github/workflows/ci-testing.yml CHANGED
@@ -13,6 +13,9 @@ jobs:
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
 
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
+ exclude:
17
+ - python-version: 3.8
18
+ os: macOS-10.15
19
 
20
  # Timeout: https://stackoverflow.com/a/59076067/4521646
21
  timeout-minutes: 50