File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
- " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
76
76
- " tests/scan"
77
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"
78
+ - " 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"
79
79
- " tests/tensor/conv"
80
- - " tests/tensor/test_basic.py tests/tensor/test_inplace.py "
80
+ - " tests/tensor/rewriting "
81
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"
82
+ - " tests/tensor/test_basic .py tests/tensor/test_inplace.py "
83
+ - " tests/tensor/test_blas .py tests/tensor/test_elemwise .py tests/tensor/test_math_scipy .py"
84
84
exclude :
85
85
- python-version : " 3.7"
86
86
fast-compile : 0
89
89
fast-compile : 1
90
90
- python-version : " 3.9"
91
91
float32 : 1
92
+ - python-version : " 3.9"
93
+ part : " tests/tensor/test_math.py"
92
94
steps :
93
95
- uses : actions/checkout@v3
94
96
with :
You can’t perform that action at this time.
0 commit comments