This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a5e37c52 Handle poetry lock update (#2942)
1a5e37c52 is described below

commit 1a5e37c529fd885e2a4c7f86f2c56e7eb3629e37
Author: Yong Zheng <[email protected]>
AuthorDate: Tue Nov 4 13:51:25 2025 -0600

    Handle poetry lock update (#2942)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e88271afd..b7c862972 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ client-install-dependencies: $(VENV_DIR)
        @if [ ! -f "$(VENV_DIR)/bin/poetry" ]; then \
                $(VENV_DIR)/bin/pip install --upgrade 
"poetry$(POETRY_VERSION)"; \
        fi
-       @$(ACTIVATE_AND_CD) && poetry install --all-extras
+       @$(ACTIVATE_AND_CD) && poetry lock && poetry install --all-extras
        @echo "Poetry and dependencies installed."
 
 .PHONY: client-setup-env

Reply via email to