Add `--no-root` to `update-py` (#27937)
Missed this command in https://github.com/go-gitea/gitea/pull/27919.
This commit is contained in:
Родитель
1e25c15d98
Коммит
0999721c7b
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче