CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

Coverage using wrong python version #42

Closed sergiosbx closed 4 years ago

sergiosbx commented 4 years ago

Hello,

When I run the Coverage command, it tries to obtain python version 3.8.4, but the installed version of Orb is 3.8.5.

Is it possible to configure the image so that it gets the correct version?

Thank you.

image

Orb version: circleci/python@0.3.2

dsayling commented 4 years ago

@sergiosbx, the pyenv cache is versioned - you may need to invalidate the cache if you moved to a new version, or set your executor in your config to use the 3.8.4 image