File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
install-mlx : [0]
86
86
install-xarray : [0]
87
87
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 "
89
89
- " tests/scan"
90
90
- " 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"
91
91
- " tests/tensor/rewriting"
@@ -160,7 +160,7 @@ jobs:
160
160
float32 : 0
161
161
part : " tests/link/pytorch"
162
162
- install-mlx : 1
163
- os : " ubuntu-latest "
163
+ os : " macos-15 "
164
164
python-version : " 3.10"
165
165
numpy-version : " >=2.0"
166
166
fast-compile : 0
@@ -194,7 +194,7 @@ jobs:
194
194
environment-name : pytensor-test
195
195
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
196
196
init-shell : bash
197
- post-cleanup : " all "
197
+ post-cleanup : " none "
198
198
create-args : python=${{ matrix.python-version }}
199
199
200
200
- name : Create matrix id
@@ -282,7 +282,7 @@ jobs:
282
282
environment-name : pytensor-test
283
283
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
284
284
init-shell : bash
285
- post-cleanup : " all "
285
+ post-cleanup : " none "
286
286
- name : Install dependencies
287
287
shell : micromamba-shell {0}
288
288
run : |
You can’t perform that action at this time.
0 commit comments