From 52d83aa433cf5c17fae44ca31e3b97d6fda19448 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Fri, 3 Apr 2026 18:03:19 +0200 Subject: [PATCH] fix venv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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