Temporarily comment out macOS due to failing tests

This commit is contained in:
Andrew Senetar 2021-08-17 01:40:06 -05:00
parent 039f92264b
commit 2b3f9891c2
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 7 additions and 7 deletions

View File

@ -44,12 +44,12 @@ jobs:
python-version: 3.5 python-version: 3.5
- os: ubuntu-latest - os: ubuntu-latest
python-version: 2.7 python-version: 2.7
- os: macos-latest # - os: macos-latest
python-version: 3.9 # python-version: 3.9
- os: macos-latest # - os: macos-latest
python-version: 3.8 # python-version: 3.8
- os: macos-latest # - os: macos-latest
python-version: 2.7 # python-version: 2.7
- os: windows-latest - os: windows-latest
python-version: 3.9 python-version: 3.9
- os: windows-latest - os: windows-latest
@ -71,7 +71,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}
run: | run: |
pip install pywin32 pip install pywin32
- name: Install macOs dependencies - name: Install macOS dependencies
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
run: | run: |
pip install pyobjc-framework-Cocoa pip install pyobjc-framework-Cocoa