From d5a088135e40284393b75e5919c7143e6ce5c731 Mon Sep 17 00:00:00 2001 From: scito Date: Thu, 29 Dec 2022 22:04:52 +0100 Subject: [PATCH] ci: if matrix.python-version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 716df33..ccaf9cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,6 @@ jobs: run: | mypy --install-types --non-interactive *.py mypy --strict *.py - if: ${{ matrix.python-version }} == '3.x' + if: matrix.python-version == '3.x' - name: Test with pytest run: pytest