From f535911e330758b8eb16633eb486916f03d19300 Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas Date: Sat, 24 Aug 2024 04:43:33 +0530 Subject: [PATCH] ci(workflows): do not fail fast --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c37152..3c50b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ permissions: jobs: build: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: ["3.9", "3.10", "3.11", "3.12"]