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