-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
CI: migrate Linux aarch64 jobs to GitHub Actions, add cp313t wheels #22446
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
This unifies the wheels builds, which is a lot easier on maintenance. In the process, did the following: - update to setup-miniconda 3.1.1. for GHA Linux arm64 runner support - add `conda-remove-defaults` to `setup-miniconda`
Okay, all the Linux aarch64 jobs passed already, so this should be good to go. We've got a few too many macOS jobs, so that's taking a while to complete still. |
Looks good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Adding the backport label for 1.15.2, because the JAX team has said they'd like to use these wheels in their CI. |
Sounds good, also useful for increasing prevalence of Linux ARM supercomputers (Switzerland, US), etc. |
Wheel builds tested on my fork, working well except for some reason a Python 3.10 job was flaky. We're removing 3.10 support in gh-22012 at the moment, so I'll ignore that in this PR.
Adding
cp313t
wheels as asked for by the JAX team in #20669 (comment)