Skip to content

Commit 81d233d

Browse files
GiteaBotsilverwind
andauthored
Install poetry dependencies with --no-root (go-gitea#27919) (go-gitea#27920)
Backport go-gitea#27919 by @silverwind 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). Co-authored-by: silverwind <[email protected]>
1 parent 2f56ab7 commit 81d233d

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)