Skip to content

Commit 404e2d4

Browse files
Add a Python 3.11 CI test for Scan
1 parent 9b823ca commit 404e2d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
float32: 0
8989
install-numba: 1
9090
part: "tests --ignore=tests/tensor/nnet --ignore=tests/tensor/signal"
91+
- python-version: "3.11"
92+
fast-compile: 0
93+
float32: 0
94+
install-numba: 0
95+
part: "tests/scan/test_basic.py"
9196
steps:
9297
- uses: actions/checkout@v3
9398
with:

0 commit comments

Comments
 (0)