@@ -72,22 +72,44 @@ jobs:
72
72
float32 : [0]
73
73
install-numba : [1]
74
74
part :
75
- - " tests --ignore=tests/tensor --ignore=tests/sparse"
76
- - " tests/tensor tests/sparse --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
77
- - " tests/tensor/test_basic.py tests/tensor/test_math.py tests/tensor/test_math_scipy.py tests/tensor/test_inplace.py"
78
- - " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
79
- - " tests/tensor/conv/test_abstract_conv.py"
75
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
76
+ - " tests/scan"
77
+ - " tests/sparse"
78
+ - " tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
79
+ - " tests/tensor/conv"
80
+ - " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
81
+ - " tests/tensor/test_math.py"
82
+ - " tests/tensor/test_math_scipy.py"
83
+ - " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
80
84
include :
81
85
- python-version : " 3.7"
82
86
fast-compile : 1
83
87
float32 : 1
84
88
install-numba : 1
85
- part : " tests"
89
+ part :
90
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
91
+ - " tests/scan"
92
+ - " tests/sparse"
93
+ - " tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
94
+ - " tests/tensor/conv"
95
+ - " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
96
+ - " tests/tensor/test_math.py"
97
+ - " tests/tensor/test_math_scipy.py"
98
+ - " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
86
99
- python-version : " 3.7"
87
100
fast-compile : 1
88
101
float32 : 0
89
102
install-numba : 1
90
- part : " tests"
103
+ part :
104
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
105
+ - " tests/scan"
106
+ - " tests/sparse"
107
+ - " tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
108
+ - " tests/tensor/conv"
109
+ - " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
110
+ - " tests/tensor/test_math.py"
111
+ - " tests/tensor/test_math_scipy.py"
112
+ - " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
91
113
steps :
92
114
- uses : actions/checkout@v3
93
115
with :
0 commit comments