-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix!: pipx is pre-installed in GitHub Actions #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I'll release a v4 to account for this breaking change.
- run: | | ||
python3 -m pip install --user pipx | ||
python3 -m pipx ensurepath | ||
shell: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this technically counts as a breaking change, but that should be alright, I think. Thank you for the contribution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine
This reverts commit 3765cf6.
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