Jirka hace 4 años
padre
commit
2b8fbdafb9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      .github/workflows/ci-testing.yml

+ 3
- 0
.github/workflows/ci-testing.yml Ver fichero

@@ -13,6 +13,9 @@ jobs:
os: [ubuntu-18.04, macOS-10.15] #, windows-2019
python-version: [3.7, 3.8]
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
exclude:
- python-version: 3.8
os: macOS-10.15

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

Cargando…
Cancelar
Guardar