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: Make sure wheelmaker uses the default shell env (#2477)
Clean macOS installs place `python` in `/usr/local/bin`, which is not
searched by default when calling `actions.run()`. This caused builds to
fail when they were executing python tools on an unmodified macOS host.
---------
Co-authored-by: Richard Levasseur <[email protected]>
Co-authored-by: Richard Levasseur <[email protected]>
0 commit comments