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 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 : |
You can’t perform that action at this time.
0 commit comments