diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167c870..907c5c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: | mypy --install-types --non-interactive src/*.py tests/*.py mypy --strict src/*.py tests/*.py - if: matrix.python-version == '3.x' + if: matrix.python-version == '3.x' && matrix.platform == 'ubuntu-latest' - name: Test with pytest run: pytest if: (matrix.python-version != '3.x' || matrix.platform != 'ubuntu-latest')