Skip to content

Commit

Permalink
Merge into existing build & test workflow instead of using a separate…
Browse files Browse the repository at this point in the history
… type checking workflow
  • Loading branch information
baranyildirim committed Feb 10, 2024
1 parent 467fc72 commit 27456fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
pip install sphinx sphinx-rtd-theme
make -C docs doctest
make -C docs html
- name: Test types
uses: jpetrucciani/mypy-check@master
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
maturin
pytest
pytest
mypy

0 comments on commit 27456fc

Please sign in to comment.