diff --git a/Makefile b/Makefile index ba1dcf2..080dba9 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ requirements-mxdev.txt: ## Generate constraints file $(VENV_FOLDER): requirements-mxdev.txt ## Install dependencies @echo "$(GREEN)==> Install environment$(RESET)" - @uv venv $(VENV_FOLDER) + @uv venv $(VENV_FOLDER) --clear @uv pip install -r requirements-mxdev.txt .PHONY: sync