From 15151adb9c52ad093cd4a9ea58e320ba3a991286 Mon Sep 17 00:00:00 2001 From: Ruud de Jong Date: Mon, 4 Mar 2024 17:20:25 +0100 Subject: [PATCH] Removed mypy matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e11477d..9d4992a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: run: hatch run style:check - name: Check types - run: hatch run types.py{{ matrix.python-version }}:check + run: hatch run types:check - name: Run static analysis run: hatch fmt --check