Fix github workflow stopping all matrix jobs when one of them fails

This commit is contained in:
Alban Browaeys 2025-04-06 02:24:17 +02:00 committed by Peter F. Patel-Schneider
parent 17150658bf
commit 16bd8126b6
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.13]
fail-fast: false
steps:
- name: Checkout
@ -54,6 +55,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.13]
fail-fast: false
steps:
- name: Checkout