Skip to content

Commit cd2d26e

Browse files
committed
update test based on llm recommendation
1 parent b438520 commit cd2d26e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
install-mlx: [0]
8686
install-xarray: [0]
8787
part:
88-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor"
88+
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor --ignore=tests/link/mlx"
8989
- "tests/scan"
9090
- "tests/tensor --ignore=tests/tensor/rewriting --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/conv --ignore=tests/tensor/test_blas.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/test_math_scipy.py"
9191
- "tests/tensor/rewriting"
@@ -160,7 +160,7 @@ jobs:
160160
float32: 0
161161
part: "tests/link/pytorch"
162162
- install-mlx: 1
163-
os: "ubuntu-latest"
163+
os: "macos-15"
164164
python-version: "3.10"
165165
numpy-version: ">=2.0"
166166
fast-compile: 0
@@ -194,7 +194,7 @@ jobs:
194194
environment-name: pytensor-test
195195
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
196196
init-shell: bash
197-
post-cleanup: "all"
197+
post-cleanup: "none"
198198
create-args: python=${{ matrix.python-version }}
199199

200200
- name: Create matrix id
@@ -282,7 +282,7 @@ jobs:
282282
environment-name: pytensor-test
283283
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
284284
init-shell: bash
285-
post-cleanup: "all"
285+
post-cleanup: "none"
286286
- name: Install dependencies
287287
shell: micromamba-shell {0}
288288
run: |

0 commit comments

Comments
 (0)