From ca3b91270361c5f0561bf297bc999ca2de670946 Mon Sep 17 00:00:00 2001 From: Peter Scheibel Date: Thu, 12 Nov 2020 13:22:41 -0800 Subject: run unit tests on 3.8 only for Mac OS vs. both 3.8 and 3.9 (#19889) --- .github/workflows/macos_unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index 22baac3608..2de92394f8 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.8] steps: - uses: actions/checkout@v2 with: -- cgit v1.2.3-60-g2f50