|
68 | 68 | fail-fast: true |
69 | 69 | matrix: |
70 | 70 | python-version: ["3.7", "3.9"] |
71 | | - fast-compile: [0] |
72 | | - float32: [0] |
| 71 | + fast-compile: [0,1] |
| 72 | + float32: [0,1] |
73 | 73 | install-numba: [1] |
74 | 74 | part: |
75 | 75 | - "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse" |
|
80 | 80 | - "tests/tensor/test_basic.py tests/tensor/test_inplace.py" |
81 | 81 | - "tests/tensor/test_math.py" |
82 | 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" |
84 | | - include: |
85 | | - - python-version: "3.7" |
86 | | - fast-compile: 1 |
87 | | - float32: 1 |
88 | | - install-numba: 1 |
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" |
99 | | - - python-version: "3.7" |
100 | | - fast-compile: 1 |
101 | | - float32: 0 |
102 | | - install-numba: 1 |
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" |
| 83 | + - "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py" |
113 | 84 | steps: |
114 | 85 | - uses: actions/checkout@v3 |
115 | 86 | with: |
|
0 commit comments