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

Missed this command in https://github.com/go-gitea/gitea/pull/27919.
mj-develop
silverwind 6 months ago committed by GitHub
parent 1e25c15d98
commit 0999721c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save