-
Notifications
You must be signed in to change notification settings - Fork 109
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
Build wheels for x86_64, intel and arm64 macOS #7204
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Should we not test Intel macs? |
Edit: This seems to be resolved somehow. Currently fails due to precision.
|
Good question. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7204 +/- ##
==========================================
+ Coverage 84.55% 85.26% +0.70%
==========================================
Files 382 382
Lines 22770 22770
Branches 886 891 +5
==========================================
+ Hits 19253 19414 +161
+ Misses 3404 3250 -154
+ Partials 113 106 -7 ☔ View full report in Codecov by Sentry. |
We still have developers on macos intel, so we need to support this. I borrowed this overview to illustrate which platforms we should build wheels for (this is the same as the latest release):
In PRs, I think we should test against:
Giving the following test matrix for PRs:
Sounds reasonable? 🙂 |
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; equinor#7204 (comment)
d88a98f
to
cbab164
Compare
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; equinor#7204 (comment)
cbab164
to
5cf6054
Compare
Additional macOS labels were added recently, only awaiting a new release for actionlint. edit: This was resolved in the latest version of actionlint |
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; equinor#7204 (comment) Brew hdf5 when macOS Lift exclusion ubuntu-3.11-gui-tests
2b09a74
to
143b9b7
Compare
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; #7204 (comment) Brew hdf5 when macOS Lift exclusion ubuntu-3.11-gui-tests
143b9b7
to
9d3d09b
Compare
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.
10/10
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; equinor#7204 (comment) Brew hdf5 when macOS Lift exclusion ubuntu-3.11-gui-tests
9d3d09b
to
83d35cc
Compare
Focus testing mostly on python 3.8, 3.11, 3.12 See table overview; equinor#7204 (comment) Brew hdf5 when macOS
83d35cc
to
ee501e9
Compare
At this point i'm unsure if we should fix occasionally failing tests or mark them.
I have enabled building of wheels and testing according to the table provided. #7204 (comment)
ref.
https://github.com/equinor/komodo-releases/actions/runs/7932266339
When applicable