Skip to content

Commit

Permalink
add mypy to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 23, 2023
1 parent 5eb9a27 commit 8e47c12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . pytest
pip install .[tests]
- name: Run pytest
run: pytest .
- name: Run mypy
run: mypy .

coverage:
needs:
Expand Down

0 comments on commit 8e47c12

Please sign in to comment.