Skip to content

Commit 1ccdb54

Browse files
authored
Install poetry dependencies with --no-root (#27919)
Poetry 1.7.0 or higher will print a warning otherwise, see discussions: python-poetry/poetry#8369 python-poetry/poetry#1132 > --no-root Do not install the root package (the current project).
1 parent 37a7c55 commit 1ccdb54

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
@@ -875,7 +875,7 @@ node_modules: package-lock.json
875875
@touch node_modules
876876

877877
.venv: poetry.lock
878-
poetry install
878+
poetry install --no-root
879879
@touch .venv
880880

881881
.PHONY: update

0 commit comments

Comments
 (0)