diff --git a/Makefile b/Makefile index f1f7874ea4..85d7743897 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ setup-venv: ## Create virtual environment uv venv $(PYTHON_ARG) install-dependencies: setup-venv ## Install all dependencies including extras - uv sync $(PYTHON_ARG) --all-extras + uv sync $(PYTHON_ARG) --all-extras --reinstall install: install-uv install-dependencies ## Install uv and dependencies