This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
🐛 Bug Report
The location of Poetry's installation script has been changed and generates
🔬 How To Reproduce
Steps to reproduce the behavior:
- Run the poetry-download target in the makefile
- Note the output has a deprecation warning at the very top.
Code sample
$ make poetry-download
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
The canonical source for Poetry's installation script is now https://install.python-poetry.org. Please update your usage to
reflect this.
Retrieving Poetry metadata
# Welcome to Poetry!
...
Environment
- OS: [e.g. Linux / Windows / macOS] Linux
- Python version, get it with: 3.10.6
$ python --version
Python 3.10.6
Screenshots
📈 Expected behavior
📎 Additional context