[CI] fail-fast: false (#5200)

This commit is contained in:
Eugenio Lacuesta 2021-07-12 13:34:22 -03:00 committed by GitHub
parent 1c46d5aa93
commit c062ed017a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ jobs:
checks:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.9

View File

@ -5,6 +5,7 @@ jobs:
tests:
runs-on: macos-10.15
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]

View File

@ -5,6 +5,7 @@ jobs:
tests:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.7

View File

@ -5,6 +5,7 @@ jobs:
tests:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.6