fix(ci): backport release-v1 CI fixes#1164
Conversation
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
|
@MilesCranmerBot could you also make it so that all the CI runs on PRs to the release-v1 branch? Right now only a single check gets launched. |
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
|
Done in 9cdeb39. I added I didn’t run the test suite locally since this is a workflow-trigger-only change. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-v1 #1164 +/- ##
=============================================
Coverage ? 93.24%
=============================================
Files ? 21
Lines ? 1555
Branches ? 0
=============================================
Hits ? 1450
Misses ? 105
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@MilesCranmerBot some of the CI is still failing; could you look for other fixes that need to be in place using the other PRs? |
|
Found the missing backport and pushed it in 3cad894. The remaining failing job was I backported the corresponding Quick local check run:
|
This bundles the low-risk CI-related backports from recent
masterPRs that still make sense onrelease-v1:3to avoid free-threaded Python resolutionI kept this intentionally narrow rather than backporting unrelated workflow churn.