Skip to content

Commit

Permalink
Run numba tests in python 3.10 instead of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 9, 2023
1 parent e828967 commit d232c75
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
python-version: ["3.8", "3.11"]
fast-compile: [0,1]
float32: [0,1]
install-numba: [1]
install-numba: [0]
part:
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse --ignore=tests/link/numba"
- "tests/scan"
- "tests/sparse"
- "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"
Expand All @@ -91,6 +91,13 @@ jobs:
fast-compile: 0
- python-version: "3.8"
part: "tests/tensor/test_math.py"
include:
- install-numba: 1
python-version: "3.8"
part: "tests/link/numba"
- install-numba: 1
python-version: "3.10"
part: "tests/link/numba"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d232c75

Please sign in to comment.