gabrielfalcao / pyenv-action

Enables pyenv within your github actions workflow
MIT License
39 stars 17 forks source link

Tool cache fixes #321

Closed ursetto closed 2 years ago

ursetto commented 2 years ago

This fixes a couple bugs in the tool cache:

One of the integration tests is modified to use this action twice in the same job, which triggers the bug in the old code but is fixed by this PR. A persistent runner is not needed for this test.

The npm tests are left alone, as they do not currently install or test any python version after installing pyenv, and that's the only way to trigger a failure.

Resolves #320.

gabrielfalcao commented 2 years ago

Hey this is awesome! Thanks for the PR.

I didn't think other human beings beside myself found much utility for this github action because most of the PRs I'd seen come from bots. With that said, I'm wondering if you and @blakewatters would like to start a tiny community to maintain this and I'd move the project out of my personal account into a github org.

In the mean time I'll just merge both of your PRs and make a new release.

Thanks!