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