Skip to content

Commit

Permalink
fix: change make rule for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 3, 2023
1 parent e6e0338 commit 25315b1
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 @@ -31,7 +31,7 @@ dev-install_conda:

tests:
make pythoncheck
$(PYTHON) setup.py test
pytest

doc:
cd docs && rm -rf source/api/generated && rm -rf source/gallery &&\
Expand Down

0 comments on commit 25315b1

Please sign in to comment.