Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI using wrong Python version on master branch (but not feature branches) #104

Closed
dogweather opened this issue Apr 10, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@dogweather
Copy link
Member

dogweather commented Apr 10, 2022

Tests pass in PRs, but not after merging to master.

In feature branches, CI correctly selects Python 3.9 when the "test session starts":

Screen Shot 2022-04-10 at 1 25 53 PM

But on master it incorrectly uses Python 3.8:

Screen Shot 2022-04-10 at 1 25 28 PM

@dogweather dogweather added the bug Something isn't working label Apr 10, 2022
@dogweather
Copy link
Member Author

I discovered that the cache is interfering with CI on master. I couldn't find a way to delete the cache. So I've disabled it for now.

See: actions/setup-python#374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant