-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pipx on Ubuntu images #2
Comments
Oh interesting! I didn't know that, and reading the actions images repo is pretty informative. I'm not sure it fits into my CI/CD since poetry manages all that and it uses the local repo instead of PyPI but very good to know. |
I was thinking about this step in your actions: - uses: snok/install-poetry@v1
with:
version: 1.8.2 but I did not look too closely at this particular action, so I may be missing something. |
Switched to |
FYI,
GitHub Actions runner images include pipx, which means the package manager is available on Ubuntu out of the box.
I was surprised to see it. I thought it could be beneficial with your CI/CD.
Cheers!
The text was updated successfully, but these errors were encountered: