Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zxdavb/evohome-async
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Nov 1, 2023
2 parents 7b86962 + 98109e7 commit d8ebb6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ebb6c

Please sign in to comment.