Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Mar 4, 2023
1 parent d762b38 commit 6bb1b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ setup:

test:
find kinpy/. -maxdepth 1 -type f -name "*.py" | xargs poetry run flake8
mypy kinpy/*.py
poetry run mypy kinpy/*.py
poetry run python -m unittest discover

0 comments on commit 6bb1b89

Please sign in to comment.