ci: disable fail fast in GHA

This commit is contained in:
cn 2022-01-03 13:34:15 +01:00
parent 9aaaef8981
commit b7e9ce5ff4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- '3.7'