From ecce55492598f1b564d8011e90e82735766db9d2 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Sun, 29 Jan 2023 13:53:03 +0100 Subject: ci: disable fail-fast disabling fail-fast allows all matrix configurations to run --- .github/workflows/pythonapp.yml | 1 + 1 file changed, 1 insertion(+) 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'] -- cgit v1.2.3-18-g5258