From 2b3f9891c275f34379f052958b24e1eb47b07853 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Tue, 17 Aug 2021 01:40:06 -0500 Subject: [PATCH] Temporarily comment out macOS due to failing tests --- .github/workflows/default.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 12e11c6..3731291 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -44,12 +44,12 @@ jobs: python-version: 3.5 - os: ubuntu-latest python-version: 2.7 - - os: macos-latest - python-version: 3.9 - - os: macos-latest - python-version: 3.8 - - os: macos-latest - python-version: 2.7 + # - os: macos-latest + # python-version: 3.9 + # - os: macos-latest + # python-version: 3.8 + # - os: macos-latest + # python-version: 2.7 - os: windows-latest python-version: 3.9 - os: windows-latest @@ -71,7 +71,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | pip install pywin32 - - name: Install macOs dependencies + - name: Install macOS dependencies if: ${{ matrix.os == 'macos-latest' }} run: | pip install pyobjc-framework-Cocoa