Skip to content

Commit bdbdfb8

Browse files
committed
Run numba tests in python 3.10 instead of 3.11
1 parent f188cf1 commit bdbdfb8

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

.github/workflows/test.yml

+23-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
python-version: ["3.8", "3.11"]
7474
fast-compile: [0,1]
7575
float32: [0,1]
76-
install-numba: [1]
76+
install-numba: [0]
7777
part:
78-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
78+
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse --ignore=tests/link/numba"
7979
- "tests/scan"
8080
- "tests/sparse"
8181
- "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"
@@ -93,6 +93,27 @@ jobs:
9393
part: "tests/tensor/test_math.py"
9494
- fast-compile: 1
9595
float32: 1
96+
include:
97+
- install-numba: 1
98+
python-version: "3.8"
99+
fast-compile: 0
100+
float32: 0
101+
part: "tests/link/numba"
102+
- install-numba: 1
103+
python-version: "3.10"
104+
fast-compile: 0
105+
float32: 0
106+
part: "tests/link/numba"
107+
- install-numba: 1
108+
python-version: "3.10"
109+
fast-compile: 1
110+
float32: 0
111+
part: "tests/link/numba"
112+
- install-numba: 1
113+
python-version: "3.10"
114+
fast-compile: 0
115+
float32: 1
116+
part: "tests/link/numba"
96117
steps:
97118
- uses: actions/checkout@v3
98119
with:

0 commit comments

Comments
 (0)