Skip to content

Commit 1a5e37c

Browse files
Handle poetry lock update (#2942)
1 parent bb44c84 commit 1a5e37c

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
@@ -119,7 +119,7 @@ client-install-dependencies: $(VENV_DIR)
119119
@if [ ! -f "$(VENV_DIR)/bin/poetry" ]; then \
120120
$(VENV_DIR)/bin/pip install --upgrade "poetry$(POETRY_VERSION)"; \
121121
fi
122-
@$(ACTIVATE_AND_CD) && poetry install --all-extras
122+
@$(ACTIVATE_AND_CD) && poetry lock && poetry install --all-extras
123123
@echo "Poetry and dependencies installed."
124124

125125
.PHONY: client-setup-env

0 commit comments

Comments
 (0)