CircleCI-Public / cimg-python

The Next-Gen CircleCI Python Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/python
MIT License
33 stars 32 forks source link

fix(poetry): use new installer #150

Closed vicrep closed 2 years ago

vicrep commented 2 years ago

Poetry deprecated install-poetry.py around 9 months ago, and has since deprecated all installers but the new official one. This seems to also be causing issues for us on "in place" updates of poetry. This swaps out the installer for the new official one.

See https://github.com/python-poetry/poetry/releases/tag/1.2.0 for more info.