Add `--no-root` to `update-py` (#27937)

Missed this command in https://github.com/go-gitea/gitea/pull/27919.
This commit is contained in:
silverwind 2023-11-06 16:44:04 +01:00 committed by GitHub
parent 1e25c15d98
commit 0999721c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ update-js: node-check | node_modules
update-py: node-check | node_modules
npx updates -u -f pyproject.toml
rm -rf .venv poetry.lock
poetry install
poetry install --no-root
@touch .venv
.PHONY: fomantic