🚧 GitHub Actions: Disable matrix fail-fast

pull/90/head
Mike Gerber 9 months ago
parent 915a647949
commit cf130fe3a8

@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
fail-fast: false
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
env:

Loading…
Cancel
Save