Closed Kurt-von-Laven closed 2 years ago
Currently, only installation of Poetry releases is supported, but Poetry has a slow release cadence. A few bugs have each taken down all of our CI pipelines, and it's frustrating to lose time implementing complex workarounds for issues that were promptly fixed upstream on master. Poetry's install script already supports installation of specific commits/branches (e.g., curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master).
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
Currently, only installation of Poetry releases is supported, but Poetry has a slow release cadence. A few bugs have each taken down all of our CI pipelines, and it's frustrating to lose time implementing complex workarounds for issues that were promptly fixed upstream on master. Poetry's install script already supports installation of specific commits/branches (e.g.,
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
).