You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added the "Build and test wheels" job as a required check to our CI
in order to avoid needing to list every possible matrix job as required,
but this didn't actually work as intended: the job never failed, it
always either passed or was skipped, and GitHub doesn't count a skipped
job as a failing check.
Work around this with a different approach: ensure that this job always
runs, and succeeds if and only if all of its dependencies succeeded.
Signed-off-by: Matt Wozniski <[email protected]>
0 commit comments