diff --git a/Makefile b/Makefile index a967892a..4c598a59 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ style: ruff format $(check_dirs) # formatter test: - pytest -sv ./tests/ + python -m pytest -sv ./tests/