-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add CI for building wheels on MacOS on arm64 #3213
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3213 +/- ##
=======================================
Coverage 67.07% 67.07%
=======================================
Files 569 569
Lines 111205 111170 -35
=======================================
- Hits 74593 74572 -21
+ Misses 36612 36598 -14 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This comment has been minimized.
This comment has been minimized.
✔️ 5f965d9 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ e98a28e -> Azure artifacts URL |
✔️ 458c36a -> Azure artifacts URL |
✔️ 4d2cfc8 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
✔️ 3380242 -> Azure artifacts URL |
Mostly a spin-off of #3168, but with only release wheels for now.
Wheels can be built manually by going to
Actions
->Build NEURON Python wheels
, and setting the appropriate variables.The CI also runs on PRs and on
master
, but this can be removed if needed to save on CI minutes.