Don't fail fast on the py test matrix

This commit is contained in:
Odd Stråbø 2021-10-10 15:31:14 +02:00 committed by GitHub
parent ba164d1358
commit 7b3ec76287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
py_version: ['2.7', '3.9'] py_version: ['2.7', '3.9']
steps: steps: