File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
73
- python-version : ["3.8", "3. 11"]
73
+ python-version : ["3.11"]
74
74
fast-compile : [0,1]
75
75
float32 : [0,1]
76
- install-numba : [1 ]
76
+ install-numba : [0 ]
77
77
part :
78
78
- " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
79
79
- " tests/scan"
84
84
- " tests/tensor/test_math.py"
85
85
- " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
86
86
- " tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
87
- exclude :
88
- - python-version : " 3.8"
89
- fast-compile : 0
90
- float32 : 1
91
- - python-version : " 3.11"
92
- fast-compile : 1
93
- - python-version : " 3.11"
94
- float32 : 1
95
- - python-version : " 3.11"
96
- part : " tests/tensor/test_math.py"
97
87
steps :
98
88
- uses : actions/checkout@v3
99
89
with :
You can’t perform that action at this time.
0 commit comments