Skip to content

Commit e69df35

Browse files
committed
Remove special inclusion/exclusion cases.
We want to test numpy 1.26.x on `test_math.py` but test_math.py was being excluded in python 3.10, and numpy 1.26.x was being excluded in the non python3.10 job.
1 parent 1796612 commit e69df35

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: .github/workflows/test.yml

-11
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
fast-compile: 1
9999
- python-version: "3.10"
100100
float32: 1
101-
- python-version: "3.10"
102-
part: "tests/tensor/test_math.py"
103101
- fast-compile: 1
104102
float32: 1
105103
- part: "--doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
@@ -159,15 +157,6 @@ jobs:
159157
install-jax: 0
160158
install-torch: 0
161159
part: "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
162-
- os: "ubuntu-latest"
163-
python-version: "3.10"
164-
numpy-version: "~=1.26.0"
165-
fast-compile: 0
166-
float32: 0
167-
install-numba: 0
168-
install-jax: 0
169-
install-torch: 0
170-
part: "tests/tensor/test_math.py"
171160

172161
steps:
173162
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)