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.
create_headers.py
1 parent 0870e18 commit db736a4Copy full SHA for db736a4
.github/workflows/test.yml
@@ -42,6 +42,7 @@ jobs:
42
black *py suitesparse_graphblas --check --diff
43
flake8 *py suitesparse_graphblas
44
- name: create_headers.py check
45
+ if: (! contains(matrix.os, 'windows'))
46
run: |
47
# These shouldn't change, so make copies to compare to
48
cp suitesparse_graphblas/suitesparse_graphblas.h .
0 commit comments