Skip to content

Commit 0999721

Browse files
authored
Add --no-root to update-py (#27937)
Missed this command in #27919.
1 parent 1e25c15 commit 0999721

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
@@ -892,7 +892,7 @@ update-js: node-check | node_modules
892892
update-py: node-check | node_modules
893893
npx updates -u -f pyproject.toml
894894
rm -rf .venv poetry.lock
895-
poetry install
895+
poetry install --no-root
896896
@touch .venv
897897

898898
.PHONY: fomantic

0 commit comments

Comments
 (0)