-
Notifications
You must be signed in to change notification settings - Fork 30
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
Re-enable testing on macos-latest
#361
base: master
Are you sure you want to change the base?
Conversation
Looks like the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #361 +/- ##
========================================
+ Coverage 82.8% 84.0% +1.1%
========================================
Files 37 37
Lines 3191 3191
========================================
+ Hits 2645 2682 +37
+ Misses 546 509 -37
🚀 New features to boost your workflow:
|
Good call @pjbull. Looks like there are a couple mac specific errors
|
Looks like we need to force CPU for the image tests since it's trying to use MPS and then failing |
Tests are finally passing 🎉 |
The disabling in #349 was a holdover from development in a private repo
Closes #365