Skip to content

Commit d232c75

Browse files
committed
Run numba tests in python 3.10 instead of 3.11
1 parent e828967 commit d232c75

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

+9-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"
@@ -91,6 +91,13 @@ jobs:
9191
fast-compile: 0
9292
- python-version: "3.8"
9393
part: "tests/tensor/test_math.py"
94+
include:
95+
- install-numba: 1
96+
python-version: "3.8"
97+
part: "tests/link/numba"
98+
- install-numba: 1
99+
python-version: "3.10"
100+
part: "tests/link/numba"
94101
steps:
95102
- uses: actions/checkout@v3
96103
with:

0 commit comments

Comments
 (0)