konstin / github-wikidata-bot

Updates Wikidata entries using metadata from github
https://www.wikidata.org/wiki/User:Github-wiki-bot
Other
41 stars 8 forks source link

GitHub Actions: fix poetry installation #157

Closed simon04 closed 2 years ago

simon04 commented 2 years ago

Ref: https://python-poetry.org/docs/#installation

The previous get-poetry.py and install-poetry.py installers are deprecated. Any installs performed using get-poetry.py should be uninstalled and reinstalled using install.python-poetry.org to ensure in-place upgrades are possible.

konstin commented 2 years ago

Thank you!