From e218873d049d5634e6faa0341ada9af5d53b5a29 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 27 Apr 2023 09:42:27 +0200 Subject: [PATCH] Run full matrix for mypy --- .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 f226057c9..b973905c7 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"]