aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2023-01-29 13:53:03 +0100
committernico <nico@magicbroccoli.de>2023-01-29 21:12:15 +0100
commitecce55492598f1b564d8011e90e82735766db9d2 (patch)
tree7d71f7451a7211416ea1f439bdd308ce7ec15710
parente5ba826310eea4ebdcc200adffaecab2e7276bf7 (diff)
ci: disable fail-fast
disabling fail-fast allows all matrix configurations to run
-rw-r--r--.github/workflows/pythonapp.yml1
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']