Skip to content

Commit 157cf9a

Browse files
ogabrielluiznicoloboschi
authored andcommitted
refactor: lock poetry dependencies without updating (langflow-ai#3050)
Lock poetry dependencies without updating in the Makefile build_langflow target (cherry picked from commit 340bfe2)
1 parent 2837395 commit 157cf9a

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
@@ -249,7 +249,7 @@ build_langflow_backup:
249249

250250
build_langflow:
251251
cd ./scripts && poetry run python update_dependencies.py
252-
poetry lock
252+
poetry lock --no-update
253253
poetry build
254254
ifdef restore
255255
mv pyproject.toml.bak pyproject.toml

0 commit comments

Comments
 (0)