From ebf7119b16c0765daa71af2e2129b1cc00eb063f Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 27 Apr 2023 10:08:12 +0200 Subject: [PATCH] Revert "Run full matrix for mypy" This reverts commit e218873d049d5634e6faa0341ada9af5d53b5a29. --- .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 b973905c7..f226057c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: name: Test needs: Validate strategy: - fail-fast: false + fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] python_version: ["3.11"]