We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests pass in PRs, but not after merging to master.
master
In feature branches, CI correctly selects Python 3.9 when the "test session starts":
But on master it incorrectly uses Python 3.8:
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Tests pass in PRs, but not after merging to
master
.In feature branches, CI correctly selects Python 3.9 when the "test session starts":
But on
master
it incorrectly uses Python 3.8:The text was updated successfully, but these errors were encountered: