Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci.py: check the return code in
run-local
If the run fails, it should report that and return a non-zero exit status. The simplest way to do that is with `run(..., check=True)`, which raises a `CalledProcessError`.
- Loading branch information