Skip to content

Commit e54c32f

Browse files
cetagostinijessegrabowski
authored andcommitted
update test based on llm recommendation
1 parent a550919 commit e54c32f

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
@@ -84,7 +84,7 @@ jobs:
8484
install-mlx: [0]
8585
install-xarray: [0]
8686
part:
87-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor"
87+
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor --ignore=tests/link/mlx"
8888
- "tests/scan"
8989
- "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"
9090
- "tests/tensor/rewriting"
@@ -152,7 +152,7 @@ jobs:
152152
float32: 0
153153
part: "tests/xtensor"
154154
- install-mlx: 1
155-
os: "ubuntu-latest"
155+
os: "macos-15"
156156
python-version: "3.10"
157157
numpy-version: ">=2.0"
158158
fast-compile: 0
@@ -178,7 +178,7 @@ jobs:
178178
environment-name: pytensor-test
179179
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
180180
init-shell: bash
181-
post-cleanup: "all"
181+
post-cleanup: "none"
182182
create-args: python=${{ matrix.python-version }}
183183

184184
- name: Create matrix id
@@ -266,7 +266,7 @@ jobs:
266266
environment-name: pytensor-test
267267
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
268268
init-shell: bash
269-
post-cleanup: "all"
269+
post-cleanup: "none"
270270
- name: Install dependencies
271271
shell: micromamba-shell {0}
272272
run: |

0 commit comments

Comments
 (0)