-
Notifications
You must be signed in to change notification settings - Fork 36
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
ci(runners): bump macos gh actions runner version #506
base: main
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 @@
## main #506 +/- ##
=======================================
Coverage 94.44% 94.44%
=======================================
Files 57 57
Lines 3188 3188
=======================================
Hits 3011 3011
Misses 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
90544ff
to
9c4d87b
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.
You might run into some merge conflicts with #507 , FYI
Weird bug popped up with MacOS Py 3.11 after updating dependencies. Appears to have something to do with Numpy and Pandas dependencies and unhappiness with the venv. |
Seeking to resolve failing job in #508 |
Description
This PR bumps the version of MacOS used by GH Actions runners as
macos-13
is no longermacos-latest
(instead, latest is nowmacos-14
). This also provides us the capability of testing with ARM-based architectures which could be important to understand when it comes to functionality of Pycytominer.Should be merged after #505
Closes #501
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.