From 2b8fbdafb91f086949c08a107a36c54801ad2189 Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 16 Jul 2020 13:57:07 +0200 Subject: [PATCH] less xOS --- .github/workflows/ci-testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 1aff6015d..35f86d89a 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -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