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(reproducer): Use controller-0's path when checking for requirements
Previously, the check for `common-requirements.txt` would check if
common requirements exists on localhost at a given path. This path is
based on the home directory on localhost.
If the file did exist, it would use that same path to try to install the
requirements on controller-0. This causes issues when localhost and
controller-0 do not have the same users and home directories.
0 commit comments