We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5b50f commit bc3bff4Copy full SHA for bc3bff4
.github/workflows/test.yml
@@ -65,11 +65,5 @@ jobs:
65
- name: create_headers.py check
66
if: (! contains(matrix.os, 'windows'))
67
run: |
68
- # These shouldn't change, so make copies to compare to
69
- cp suitesparse_graphblas/suitesparse_graphblas.h .
70
- cp suitesparse_graphblas/suitesparse_graphblas_no_complex.h .
71
- cp suitesparse_graphblas/source.c .
72
coverage run -a --branch suitesparse_graphblas/create_headers.py
73
- diff suitesparse_graphblas/suitesparse_graphblas.h suitesparse_graphblas.h
74
- diff suitesparse_graphblas/suitesparse_graphblas_no_complex.h suitesparse_graphblas_no_complex.h
75
- diff suitesparse_graphblas/source.c source.c
+ git diff --exit-code # error if anything changed
0 commit comments