abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
423 stars 40 forks source link

fix: use a more recent version of pip #19

Closed Nolski closed 4 years ago

Nolski commented 4 years ago

Otherwise, poetry's pip will default to a much older version described in the docker file

abatilo commented 4 years ago

Hi @Nolski!

Thanks for contributing! Could we try moving this line to update pip up in the file to around line 5, where we do other pip operations?

Thanks!

abatilo commented 4 years ago

Closing due to staleness