[issue43382] github CI blocked by the Ubuntu CI with an SSL error

Brandt Bucher report at bugs.python.org
Wed Mar 3 00:35:10 EST 2021


Brandt Bucher <brandtbucher at gmail.com> added the comment:

It seems that GitHub recently changed their "ubuntu-latest" image from Ubuntu 18.04 to Ubuntu 20.04.

A good temporary workaround would probably be to change this line:

https://github.com/python/cpython/blob/727a68b6e592eada5a65935de5c8428ef50e8741/.github/workflows/build.yml#L130

...to read "ubuntu-18.04".

----------
nosy: +brandtbucher

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43382>
_______________________________________


More information about the Python-bugs-list mailing list