-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Enable GitHub Actions on the 3.9 branch #20231
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
Conversation
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] |
Merged, thanks @hugovk. |
Sorry @hugovk and @vstinner, I had trouble checking out the |
GH-20234 is a backport of this pull request to the 3.9 branch. |
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 |
Sorry @hugovk and @vstinner, I had trouble checking out the |
(cherry picked from commit c105f7d) Co-authored-by: Hugo van Kemenade <[email protected]>
For python/core-workflow#369, no bpo-NNNN available.
Also update to v2 actions where available.--> Moved to own PR: #20232.