diff --git a/Makefile b/Makefile index 8cd6df3..9d4b7d7 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ pre-commit: venv test: venv .venv/bin/python -m pytest tests - .venv/bin/python -m pytest polars_bio --doctest-modules run: install source .venv/bin/activate && python run.py