Skip to content

Commit 4b07803

Browse files
committed
dev: Reuse venv folder at each install
1 parent 44a29e8 commit 4b07803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ brew:
3030

3131
install:
3232
@echo "➡️ Installing venv..."
33-
uv venv --python 3.13
33+
uv venv --python 3.13 --allow-existing
3434

3535
$(MAKE) install-deps
3636

0 commit comments

Comments
 (0)