diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b45881b2..06cb0ce7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,8 +41,9 @@ jobs: - name: Check with mypy - run: pip install mypy - run: mypy evohomeasync/ evohomeasync2/ + run: | + pip install mypy + mypy . - name: Install the package