anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

fix: upgrade poetry version #129

Closed anancarv closed 1 year ago

anancarv commented 1 year ago

Description

The CI is currently failing because of an too old version of poetry. We need to update the it in order to fix the CI.

nymous commented 1 year ago

It doesn't seem to work, look at the CI you always run tests with Python 3.7 https://github.com/anancarv/python-artifactory/actions/runs/4158416089/jobs/7193621612#step:7:14

nymous commented 1 year ago

I think you should setup Python after installing Poetry (doesn't seem to be an issue here, but since Poetry 1.3 doesn't support Python 3.6 it could break maybe at some point ^^'), but more importantly you should add the Python version to the cache key, because here you are always restoring the same virtualenv that was once cached.