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

Lock down poetry version in our github actions / CI #3664

Open
vevetron opened this issue Jan 24, 2025 · 0 comments
Open

Lock down poetry version in our github actions / CI #3664

vevetron opened this issue Jan 24, 2025 · 0 comments

Comments

@vevetron
Copy link
Contributor

User story / feature request

Currently our build pipeline pulls the latest poetry version and installs it. As the poetry versions update commands and features start to deprecate. When it went from 1.8.5 to 2.0.0, all of our poetry profiles stopped working correctly due to new lines needed. Also currently our build is failing since the export command got removed to a secondary package.

Acceptance Criteria

So that we waste less time chasing fixes each time the build breaks, I recommend we lock it down in all of our scripts like this (somehow adding some environmental variable):

  - run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python -

Notes

I'm open to discussion

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

1 participant