-
Notifications
You must be signed in to change notification settings - Fork 142
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
[MNT] Replace Intel macOS runners with m1 macOS runners in CI #1585
Conversation
Thank you for contributing to
|
This is going to be a long and painful swap so this PR maybe open for a while... |
I have updated this PR |
Hi @MatthewMiddlehurst, why are there problems with ARM for TEASER and test_all_classifiers? I am on an ARM M1. Can have a look later on today. |
It produces different outputs compared to our Unix and Windows runners @patrickzib. No idea if the difference is significant (probably not, it's the same algorithm), but it's enough to fail the test. There are enough of these failures that I'm honestly not that bothered about making sure it produces the same output as windows/linux. |
…m1-test # Conflicts: # .github/workflows/periodic_tests.yml # .github/workflows/pr_pytest.yml # .github/workflows/release.yml
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.
Looks great to me don't know if you plan to do anything more but just like this seems like a great start! (I would approve but cant approve my own pr lol)
Reference Issues/PRs
Fixes #1628
What does this implement/fix? Explain your changes.
Updates the macOS runners, which uses the "new" ARM processors. This does not play well with results checking, so these are skipped for a few tests and general tests.
Updates installation docs to reflect this.