Skip to content

Commit 88943cc

Browse files
silverwindGiteaBot
authored andcommitted
Install poetry dependencies with --no-root (go-gitea#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 61d3d92 commit 88943cc

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
@@ -922,7 +922,7 @@ node_modules: package-lock.json
922922
@touch node_modules
923923

924924
.venv: poetry.lock
925-
poetry install
925+
poetry install --no-root
926926
@touch .venv
927927

928928
.PHONY: update

0 commit comments

Comments
 (0)