chg: disable fail fast in GHA

pull/977/head
Raphaël Vinot 2023-04-19 11:00:13 +03:00
parent aa8e7a243f
commit b8949399ad
1 changed files with 1 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', '3.11']