From e775bfa1288389cfb8cb7138dd0c3464e8ed793c Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 23 May 2023 10:16:45 +0200 Subject: [PATCH] CI: Disable fail-fast While the typing_extensions/pydantic `Literal` bugs are being sorted out, disable fail-fast so the rest of the CI is available for development purposes. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 619570090..8511fc71c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: name: Test needs: Validate strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python_version: ["3.11"]