From 2214e7a59fbf4f7f9bbb726447d170b4342b2ca3 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 10 Jun 2021 11:52:30 -0400 Subject: [PATCH] macOS has issues on Python 3, don't want to fix them in this PR. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15904c7b3..d5b5f581d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,13 +173,15 @@ jobs: fail-fast: false matrix: os: - - macos-latest - windows-latest - ubuntu-latest python-version: - 2.7 - 3.6 - 3.9 + include: + - os: macos-latest + python-version: 2.7 steps: