Skip to content

Commit

Permalink
Add --no-root to update-py (#27937)
Browse files Browse the repository at this point in the history
Missed this command in #27919.
  • Loading branch information
silverwind committed Nov 6, 2023
1 parent 1e25c15 commit 0999721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0999721

Please sign in to comment.