Skip to content

Commit 20a86ba

Browse files
committed
update test data
1 parent 7cca5d9 commit 20a86ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mxmake/tests/expected/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ifeq ("$(VENV_ENABLED)", "true")
162162
ifeq ("$(VENV_CREATE)", "true")
163163
ifeq ("$(PYTHON_PACKAGE_INSTALLER)$(MXENV_UV_GLOBAL)","uvtrue")
164164
@echo "Setup Python Virtual Environment using package 'uv' at '$(VENV_FOLDER)'"
165-
@uv venv -p $(PRIMARY_PYTHON) --seed $(VENV_FOLDER)
165+
@uv venv -p $(PRIMARY_PYTHON) --seed --allow-existing $(VENV_FOLDER)
166166
else
167167
@echo "Setup Python Virtual Environment using module 'venv' at '$(VENV_FOLDER)'"
168168
@$(PRIMARY_PYTHON) -m venv $(VENV_FOLDER)

0 commit comments

Comments
 (0)