Fix macos tests#459
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
=======================================
Coverage 56.44% 56.44%
=======================================
Files 66 66
Lines 6279 6279
Branches 614 614
=======================================
Hits 3544 3544
Misses 2662 2662
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates macOS-specific Pixi dependency constraints for the docling stack to help resolve macOS CI/test environment issues.
Changes:
- Replaces the
osx-arm64-only docling conda override with anosxtarget override. - Aligns macOS docling version ranges with the broader project dependency ranges.
|
@castelao This change fixed the tests in our CI but now I am worried that it broke it for your machine. Can you check out this branch and try to build the end to see if it works for you? |
castelao
left a comment
There was a problem hiding this comment.
Thanks for checking. It looks like there were no changes on my side, thanks to the pixi.lock. I'm running some tests and everything looks fine.
Thanks for doing that!!! |
Try to fix the macos tests by updating deps