File tree 5 files changed +8
-9
lines changed
suitesparse_graphblas/tests
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
CIBW_TEST_EXTRAS : " test"
112
112
113
113
# run tests
114
- CIBW_TEST_COMMAND : " pytest {project}/ suitesparse_graphblas/tests "
114
+ CIBW_TEST_COMMAND : " pytest --pyargs suitesparse_graphblas"
115
115
116
116
# GitHub Actions macOS Intel runner cannot run ARM tests.
117
117
CIBW_TEST_SKIP : " *-macosx_arm64"
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ include suitesparse_graphblas/*.pxd
6
6
include suitesparse_graphblas/*.pyx
7
7
include suitesparse_graphblas/*.c
8
8
include suitesparse_graphblas/*.h
9
- include suitesparse_graphblas/tests/*.py
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ test = [
61
61
[tool .setuptools ]
62
62
packages = [
63
63
' suitesparse_graphblas' ,
64
- # 'suitesparse_graphblas.tests',
64
+ ' suitesparse_graphblas.tests' ,
65
65
' suitesparse_graphblas.io' ,
66
66
]
67
67
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ cd GraphBLAS-${VERSION}/build
52
52
# echo "#define GxB_NO_BOOL 1" >> ../Source/GB_control.h #
53
53
# echo "#define GxB_NO_FP32 1" >> ../Source/GB_control.h #
54
54
# echo "#define GxB_NO_FP64 1" >> ../Source/GB_control.h #
55
- echo " #define GxB_NO_FC32 1" >> ../Source/GB_control.h #
56
- echo " #define GxB_NO_FC64 1" >> ../Source/GB_control.h #
57
- # echo "#define GxB_NO_INT16 1" >> ../Source/GB_control.h
58
- # echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h
55
+ echo " #define GxB_NO_FC32 1" >> ../Source/GB_control.h
56
+ echo " #define GxB_NO_FC64 1" >> ../Source/GB_control.h
57
+ # echo "#define GxB_NO_INT16 1" >> ../Source/GB_control.h #
58
+ # echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h #
59
59
# echo "#define GxB_NO_INT64 1" >> ../Source/GB_control.h #
60
- # echo "#define GxB_NO_INT8 1" >> ../Source/GB_control.h
60
+ # echo "#define GxB_NO_INT8 1" >> ../Source/GB_control.h #
61
61
echo " #define GxB_NO_UINT16 1" >> ../Source/GB_control.h
62
62
echo " #define GxB_NO_UINT32 1" >> ../Source/GB_control.h
63
- # echo "#define GxB_NO_UINT64 1" >> ../Source/GB_control.h
63
+ # echo "#define GxB_NO_UINT64 1" >> ../Source/GB_control.h #
64
64
echo " #define GxB_NO_UINT8 1" >> ../Source/GB_control.h
65
65
66
66
# Disable all Source/Generated2 kernels. For workflow development only.
You can’t perform that action at this time.
0 commit comments