CI: drop Windows from master push and nightly until weakdeps refactor#72
Merged
Conversation
… a separate PR Co-Authored-By: JKRT_CLAUDE <247156613+SVAGEN26@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #72 +/- ##
==========================================
- Coverage 24.78% 21.68% -3.11%
==========================================
Files 28 43 +15
Lines 3430 20613 +17183
==========================================
+ Hits 850 4469 +3619
- Misses 2580 16144 +13564 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
JKRT
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #67. The master-push job after merging #67 ran the Windows matrix entry and hit the 90 minute timeout again, same way the PR runs did before #67 restricted PR CI to Ubuntu.
Collapse the matrix to Ubuntu only across every event for now. A separate PR will reintroduce Windows (and macOS) once the heavy plotting/formatting deps move to package extensions, which should bring cold Windows precompile into the runner budget.