strategy: fail-fast: false

This commit is contained in:
Christian Clauss 2021-10-24 08:01:32 +02:00 committed by GitHub
parent c064013b9c
commit 3c8382d2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3]