abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
427 stars 43 forks source link

This action pip installs poetry #41

Closed aahnik closed 3 years ago

aahnik commented 3 years ago

But, official poetry's docs recommends not to do that:

image

https://python-poetry.org/docs/#installing-with-pip

so, my question, is that, is it completely safe to use this action ?

aahnik commented 3 years ago

actually my issue is resolved https://github.com/python-poetry/poetry/discussions/3946