From 4b0780385cd18a957275d956b2e8e6d6baf4d56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Thu, 5 Dec 2024 16:12:06 +0100 Subject: [PATCH] dev: Reuse venv folder at each install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cf909e..2059d6e 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ brew: install: @echo "➡️ Installing venv..." - uv venv --python 3.13 + uv venv --python 3.13 --allow-existing $(MAKE) install-deps