Skip CI for macOS & Py 3.6

This commit is contained in:
Ivan Kravets
2021-10-11 16:00:09 +03:00
parent 5b4b4a4051
commit a7905b373e

View File

@@ -9,13 +9,16 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
- os: macos-latest
python-version: '3.6'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies