Skip to content

Commit db736a4

Browse files
committed
Don't run create_headers.py on Windows
1 parent 0870e18 commit db736a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
black *py suitesparse_graphblas --check --diff
4343
flake8 *py suitesparse_graphblas
4444
- name: create_headers.py check
45+
if: (! contains(matrix.os, 'windows'))
4546
run: |
4647
# These shouldn't change, so make copies to compare to
4748
cp suitesparse_graphblas/suitesparse_graphblas.h .

0 commit comments

Comments
 (0)