Disable MacOS Tests (#2151)

* Update pr-python37.yml

* Update workflows
This commit is contained in:
Adam Hopkins
2021-06-01 10:23:52 +03:00
committed by GitHub
parent b1f31f2eeb
commit 16875b1f41
4 changed files with 32 additions and 15 deletions

View File

@@ -14,7 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
config:
- { python-version: 3.7, tox-env: py37 }
- { python-version: 3.7, tox-env: py37-no-ext }