diff options
author | nico wellpott <nico@magicbroccoli.de> | 2023-01-29 13:53:03 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2023-01-29 21:12:15 +0100 |
commit | ecce55492598f1b564d8011e90e82735766db9d2 (patch) | |
tree | 7d71f7451a7211416ea1f439bdd308ce7ec15710 | |
parent | e5ba826310eea4ebdcc200adffaecab2e7276bf7 (diff) |
ci: disable fail-fast
disabling fail-fast allows all matrix configurations to run
-rw-r--r-- | .github/workflows/pythonapp.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index b837d22..cd105b2 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [3.8, 3.9, '3.10', '3.11'] |