diff --git a/Makefile b/Makefile index 68d8238794..068dda5f52 100644 --- a/Makefile +++ b/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