File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 73
73
python-version : ["3.8", "3.11"]
74
74
fast-compile : [0,1]
75
75
float32 : [0,1]
76
- install-numba : [1 ]
76
+ install-numba : [0 ]
77
77
part :
78
- - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
78
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse --ignore=tests/link/numba "
79
79
- " tests/scan"
80
80
- " tests/sparse"
81
81
- " tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/rewriting --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_blas.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py"
93
93
part : " tests/tensor/test_math.py"
94
94
- fast-compile : 1
95
95
float32 : 1
96
+ include :
97
+ - install-numba : 1
98
+ python-version : " 3.8"
99
+ fast-compile : 0
100
+ float32 : 0
101
+ part : " tests/link/numba"
102
+ - install-numba : 1
103
+ python-version : " 3.10"
104
+ fast-compile : 0
105
+ float32 : 0
106
+ part : " tests/link/numba"
107
+ - install-numba : 1
108
+ python-version : " 3.10"
109
+ fast-compile : 1
110
+ float32 : 0
111
+ part : " tests/link/numba"
112
+ - install-numba : 1
113
+ python-version : " 3.10"
114
+ fast-compile : 0
115
+ float32 : 1
116
+ part : " tests/link/numba"
96
117
steps :
97
118
- uses : actions/checkout@v3
98
119
with :
You can’t perform that action at this time.
0 commit comments