Skip to content

Commit 7223194

Browse files
committed
Revert "Run numba tests in python 3.10 instead of 3.11"
This reverts commit 277559b.
1 parent 2f0b424 commit 7223194

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 23 deletions
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: [0]
76+
install-numba: [1]
7777
part:
78-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse --ignore=tests/link/numba"
78+
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
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,27 +93,6 @@ 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"
11796
steps:
11897
- uses: actions/checkout@v3
11998
with:

0 commit comments

Comments
 (0)