Skip to content

Commit 8359dff

Browse files
committed
DO NOT MERGE: Temporarily test only 3.11 and don't install numba
1 parent 481fc1c commit 8359dff

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/test.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python-version: ["3.8", "3.11"]
73+
python-version: ["3.11"]
7474
fast-compile: [0,1]
7575
float32: [0,1]
76-
install-numba: [1]
76+
install-numba: [0]
7777
part:
7878
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
7979
- "tests/scan"
@@ -84,16 +84,6 @@ jobs:
8484
- "tests/tensor/test_math.py"
8585
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
8686
- "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"
9787
steps:
9888
- uses: actions/checkout@v3
9989
with:

0 commit comments

Comments
 (0)