fail-fast: false

This commit is contained in:
Christian Clauss 2021-10-22 02:58:01 +02:00 committed by GitHub
parent 46fafe5a09
commit 2f2d5ce102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ jobs:
lint_python: lint_python:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.8' ] python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.8' ]
steps: steps: