mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Add --no-root
to update-py
(#27937)
Missed this command in https://github.com/go-gitea/gitea/pull/27919.
This commit is contained in:
parent
1e25c15d98
commit
0999721c7b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -892,7 +892,7 @@ update-js: node-check | node_modules
|
||||||
update-py: node-check | node_modules
|
update-py: node-check | node_modules
|
||||||
npx updates -u -f pyproject.toml
|
npx updates -u -f pyproject.toml
|
||||||
rm -rf .venv poetry.lock
|
rm -rf .venv poetry.lock
|
||||||
poetry install
|
poetry install --no-root
|
||||||
@touch .venv
|
@touch .venv
|
||||||
|
|
||||||
.PHONY: fomantic
|
.PHONY: fomantic
|
||||||
|
|
Loading…
Reference in a new issue