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
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
fix(devcontainer): ensure packages install as editable
pip installing the root-level pyproject.toml with package dependencies
didn't install them in editable mode, meaning it was difficult to work
with the code in the devcontainer
instead explicitly pip install each package as editable in the Docker build
process
0 commit comments