Skip to content
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

Closed
klinga opened this issue May 28, 2024 · 3 comments
Closed

Pipx on Ubuntu images #2

klinga opened this issue May 28, 2024 · 3 comments

Comments

@klinga
Copy link

klinga commented May 28, 2024

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!

@phette23
Copy link
Owner

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.

@klinga
Copy link
Author

klinga commented May 31, 2024

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.
Looks like installing poetry via pipx is something poetry recommends for CI. Just thought you also may find it interesting.

@phette23
Copy link
Owner

Switched to pipx install poetry in v1.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants