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 84
84
install-mlx : [0]
85
85
install-xarray : [0]
86
86
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 "
88
88
- " tests/scan"
89
89
- " 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"
90
90
- " tests/tensor/rewriting"
@@ -152,7 +152,7 @@ jobs:
152
152
float32 : 0
153
153
part : " tests/xtensor"
154
154
- install-mlx : 1
155
- os : " ubuntu-latest "
155
+ os : " macos-15 "
156
156
python-version : " 3.10"
157
157
numpy-version : " >=2.0"
158
158
fast-compile : 0
@@ -178,7 +178,7 @@ jobs:
178
178
environment-name : pytensor-test
179
179
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
180
180
init-shell : bash
181
- post-cleanup : " all "
181
+ post-cleanup : " none "
182
182
create-args : python=${{ matrix.python-version }}
183
183
184
184
- name : Create matrix id
@@ -266,7 +266,7 @@ jobs:
266
266
environment-name : pytensor-test
267
267
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
268
268
init-shell : bash
269
- post-cleanup : " all "
269
+ post-cleanup : " none "
270
270
- name : Install dependencies
271
271
shell : micromamba-shell {0}
272
272
run : |
You can’t perform that action at this time.
0 commit comments