File tree 3 files changed +4
-117
lines changed
3 files changed +4
-117
lines changed Original file line number Diff line number Diff line change 72
72
float32 : [0]
73
73
install-numba : [1]
74
74
part :
75
- - " tests --ignore=tests/tensor --ignore=tests/sparse --ignore=tests/tensor/nnet --ignore=tests/tensor/signal "
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 --ignore=tests/tensor/nnet --ignore=tests/tensor/signal "
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
77
- " tests/tensor/test_basic.py tests/tensor/test_math.py tests/tensor/test_math_scipy.py tests/tensor/test_inplace.py"
78
78
- " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
79
79
- " tests/tensor/conv/test_abstract_conv.py"
@@ -82,12 +82,12 @@ jobs:
82
82
fast-compile : 1
83
83
float32 : 1
84
84
install-numba : 1
85
- part : " tests --ignore=tests/tensor/nnet --ignore=tests/tensor/signal "
85
+ part : " tests"
86
86
- python-version : " 3.7"
87
87
fast-compile : 1
88
88
float32 : 0
89
89
install-numba : 1
90
- part : " tests --ignore=tests/tensor/nnet --ignore=tests/tensor/signal "
90
+ part : " tests"
91
91
steps :
92
92
- uses : actions/checkout@v3
93
93
with :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments