-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[DO NOT MERGE] Investigating SSL error in GitHub Action #11643
Conversation
f61c5c9
to
55d6530
Compare
Yeah, I’m assuming something’s wrong with how setup-python’s 3.7 installation. I wonder this is related to the 3.7.16 security release. |
Downgrading Python does not work, so this is probably in the base system. 😞 |
3.7.16 is not supported yet https://github.com/actions/python-versions/blob/main/versions-manifest.json, so you did not downgrade |
Hmm in that case it’s probably not the cause anyway, 3.7.15 has been in use since October, and the failure didn’t start until early December or at most later November. I’m tempted to say it’s related to the base Ubuntu setup, but other CI jobs are passing fine so that’s unlikely :( |
Spent some time looking into this.
|
I'm guessing it's the OpenSSL version that's causing issues here. |
All the tests failing are related to |
Considering Python 3.7 is going away in six months according to the release schedule, would it make sense to simply skip the failing tests? Those are still covered by other Python versions anyway. |
Yea, let's do that on 3.7. |
Checks in recent PRs are failing weirdly, see e.g. #11634 (comment) #11639 (comment)