You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously installs were skipped when the sandbox already existed
(node_modules present, or venv present without a Python version change).
This caused stale sandboxes to silently miss updated dependencies.
Now pip/npm install always runs; it is idempotent and fast when nothing
has changed. Venv recreation is still gated on a Python version change.
0 commit comments