Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Ensure "Build and test wheels" can fail
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]>
- Loading branch information