ci: disable fail-fast

disabling fail-fast allows all matrix configurations to run
This commit is contained in:
nico 2023-01-29 13:53:03 +01:00
parent 42242a35ff
commit 62aa8849ef
Signed by: mightyBroccoli
GPG Key ID: 1F6495B44DABCE6E
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']