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
fix: remove source dir mounts from integration tests (#864)
Container images are now built from source via pixi (since #810),
so editable pip installs of mounted source dirs are redundant.
Removing them fixes the gubbins init-cs failure caused by git
"dubious ownership" errors when the container UID differs from
the mounted source owner.
0 commit comments