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 pipx from composite steps (#82)
pipx is now installed by default in recent versions of the runner pre-installed packages:
https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
https://github.com/actions/runner-images/blob/main/README.md#package-managers-usage
BREAKING CHANGE
Functionality itself should expect to be the same but the affected virtualenv is different and people might have depended on this behavior so we're considering this a breaking change.