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
Don't install an editable version in the dev image
This causes the required egg-info to be created in the source
directory, which is mounted in when running the dev container and can
cause issues. Because the source is on the PYTHONPATH any edits
mounted into the container will be used over the installed source
0 commit comments