File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 58
58
- uses : pre-commit/action@v3.0.0
59
59
60
60
test :
61
- name : " Test py${{ matrix.python-version }}: ${{ matrix.part }}"
61
+ name : " Test py${{ matrix.python-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"
62
62
needs :
63
63
- changes
64
64
- style
81
81
- " tests/tensor/test_math.py"
82
82
- " tests/tensor/test_math_scipy.py"
83
83
- " tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
84
+ exclude :
85
+ - python-version : " 3.7"
86
+ fast-compile : 0
87
+ float32 : 1
88
+ - python-version : " 3.9"
89
+ fast-compile : 1
90
+ - python-version : " 3.9"
91
+ float32 : 1
84
92
steps :
85
93
- uses : actions/checkout@v3
86
94
with :
@@ -231,4 +239,4 @@ jobs:
231
239
uses : codecov/codecov-action@v3
232
240
with :
233
241
directory : ./coverage/
234
- fail_ci_if_error : true
242
+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments