File tree 1 file changed +9
-2
lines changed
1 file changed +9
-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"
91
91
fast-compile : 0
92
92
- python-version : " 3.8"
93
93
part : " tests/tensor/test_math.py"
94
+ include :
95
+ - install-numba : 1
96
+ python-version : " 3.8"
97
+ part : " tests/link/numba"
98
+ - install-numba : 1
99
+ python-version : " 3.10"
100
+ part : " tests/link/numba"
94
101
steps :
95
102
- uses : actions/checkout@v3
96
103
with :
You can’t perform that action at this time.
0 commit comments