diff --git a/Makefile b/Makefile index ffff695..b8477d8 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ format: .venv .PHONY: format test: .venv - pytest tests + $(VENV_PATH)/bin/pytest tests .PHONY: test lint: .venv