We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44c84 commit 1a5e37cCopy full SHA for 1a5e37c
Makefile
@@ -119,7 +119,7 @@ client-install-dependencies: $(VENV_DIR)
119
@if [ ! -f "$(VENV_DIR)/bin/poetry" ]; then \
120
$(VENV_DIR)/bin/pip install --upgrade "poetry$(POETRY_VERSION)"; \
121
fi
122
- @$(ACTIVATE_AND_CD) && poetry install --all-extras
+ @$(ACTIVATE_AND_CD) && poetry lock && poetry install --all-extras
123
@echo "Poetry and dependencies installed."
124
125
.PHONY: client-setup-env
0 commit comments