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