From f2ba9ba5122c4c47807ddb166668dd234b88213b Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 24 Nov 2022 08:23:44 -0800 Subject: [PATCH] Python back to 3.9 for test workflow, see if that's the cause of macos failure.. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 910cb69b..34ca4edf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - python: ['3.10'] + python: ['3.9'] torch: ['1.13.0'] torchvision: ['0.14.0'] runs-on: ${{ matrix.os }}