Skip to content

Commit

Permalink
Add mypy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Dec 11, 2024
1 parent 3b0f61a commit 79d937c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
pip install -r requirements-dev.txt
pip install .[ai]
pip list
- name: Run type checker
run: mypy --ignore-missing-imports .
- name: Test with pytest
run: pytest

0 comments on commit 79d937c

Please sign in to comment.