Skip to content

Commit 8cb0aa3

Browse files
committed
DO NOT MERGE: Temporarily test only 3.11 and don't install numba
1 parent 08515fc commit 8cb0aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
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"

0 commit comments

Comments
 (0)