ci: disable fail-fast
disabling fail-fast allows all matrix configurations to run
This commit is contained in:
parent
e5ba826310
commit
ecce554925
|
@ -11,6 +11,7 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', '3.11']
|
||||
|
||||
|
|
Loading…
Reference in New Issue