-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
revert: "fix!: pipx is pre-installed in GitHub Actions" #87
Conversation
This reverts commit 3765cf6.
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'll update other things accordingly!
🎉 This PR is included in version 3.0.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Let's pretend that v4 doesn't exist now, as of #87.
Could the |
abatilo/actions-poetry#87 might be affecting workflows here. Downgrade to 3.0.2 to pull in this fix. Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
* chore: bust actions cache to clear workflow flakes Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: downgrade abatilo/actions-poetry to pull in revert abatilo/actions-poetry#87 might be affecting workflows here. Downgrade to 3.0.2 to pull in this fix. Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: pin poetry to last v1 version Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: specify python version directly again We saw an error that "Python version 3.10.12 is not supported by the project (>=3.11,<=3.13)", so it seems that poetry and actions/setup-python may not agree on what versions of python are permitted by pyproject.toml. Therefore, go back to specifying version directly. Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> --------- Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
Reverts #82
Fixes: #85
See discussion in #86 (comment)