We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7887b62 commit bc4c1d9Copy full SHA for bc4c1d9
.github/workflows/test.yml
@@ -43,6 +43,7 @@ jobs:
43
black *py suitesparse_graphblas --check --diff
44
flake8 *py suitesparse_graphblas
45
- name: Create headers check
46
+ run: |
47
# These shouldn't change, so make copies to compare to
48
cp suitesparse_graphblas/suitesparse_graphblas.h .
49
cp suitesparse_graphblas/suitesparse_graphblas_no_complex.h .
0 commit comments