Enable GitHub Actions on the 3.9 branch by hugovk · Pull Request #20231 · python/cpython
Oh, the "CPython Tests" job of Travis CI failed with network error on installing Debian packages:
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-i386/Packages Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.142), connection timed out [IP: 91.189.88.142 80]
Sorry @hugovk and @vstinner, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker c105f7d8955ef9bf51125f6e44e8543e5f0618df 3.9
Modifying the master branch doesn't seem to be enough: #20228 didn't run GHA jobs after I rebased my PR to re-trigger all CI jobs.
I backported the PR to 3.9.
Sorry, @hugovk and @vstinner, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker c105f7d8955ef9bf51125f6e44e8543e5f0618df 3.8
Sorry @hugovk and @vstinner, I had trouble checking out the 3.7 backport branch.
Please backport using cherry_picker on command line.
cherry_picker c105f7d8955ef9bf51125f6e44e8543e5f0618df 3.7
miss-islington added a commit that referenced this pull request
(cherry picked from commit c105f7d) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>