From af76140a96abad53295c5f597c8f56257be4ced7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 15 Nov 2021 17:35:56 +0100 Subject: [PATCH] Update ci-testing.yml --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 5db6d41f4bcc..b2bc040191e7 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ 3.8 ] + python-version: [ 3.9 ] model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646