diff --git a/Makefile b/Makefile index 4dff7d0..f0c6266 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ VENV=.venv all: setup +# dummy PR test setup: uv venv --python $(PYTHON_VERSION) uv sync --all-groups