-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix runs-on for wheel builds for native arm #10410
Conversation
-latest was being appended to everything but this will not work with the native arm runners
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10410 +/- ##
==========================================
+ Coverage 97.31% 98.76% +1.45%
==========================================
Files 120 122 +2
Lines 37057 37125 +68
Branches 2033 2044 +11
==========================================
+ Hits 36061 36666 +605
+ Misses 813 319 -494
+ Partials 183 140 -43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10410 will not alter performanceComparing Summary
|
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10411 🤖 @patchback |
(cherry picked from commit 1009c06)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10412 🤖 @patchback |
(cherry picked from commit 1009c06)
-latest was being appended to everything but this will not work with the native arm runners