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:
7575 - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
7676 - " tests/scan"
7777 - " 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"
7979 - " tests/tensor/conv"
80- - " tests/tensor/test_basic.py tests/tensor/test_inplace.py "
80+ - " tests/tensor/rewriting "
8181 - " 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"
8484 exclude :
8585 - python-version : " 3.7"
8686 fast-compile : 0
8989 fast-compile : 1
9090 - python-version : " 3.9"
9191 float32 : 1
92+ - python-version : " 3.9"
93+ part : " tests/tensor/test_math.py"
9294 steps :
9395 - uses : actions/checkout@v3
9496 with :
You can’t perform that action at this time.
0 commit comments