chg: Disable fail fast in GHA

pull/540/head
Raphaël Vinot 2022-10-24 11:21:49 +02:00
parent 06d707a4dc
commit 28cf1ef6e0
2 changed files with 2 additions and 0 deletions

View File

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

View File

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