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
I've confirmed that this isn't supported. The issue is that we have to lock the entire workspace. So we add all the members (as editable), then lock, then install the appropriate subset.
In order to support this, I think we'd need to make editable part of dependencies, rather than its own source... Since we'd need the workspace member to be a directory that can either be installed as editable or non-editable.
We need to check the support of non-editable workspace dependencies in
pyproject.toml
. If it doesn't work remove it from the docs.See also #5792.
The text was updated successfully, but these errors were encountered: