84
84
install-mlx : [0]
85
85
install-xarray : [0]
86
86
part :
87
- - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor --ignore=tests/link/mlx "
87
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor"
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"
@@ -153,7 +153,6 @@ jobs:
153
153
part : " tests/xtensor"
154
154
- os : " macos-15"
155
155
python-version : " 3.11"
156
- numpy-version : " >=2.0"
157
156
fast-compile : 0
158
157
float32 : 0
159
158
install-mlx : 1
@@ -181,7 +180,7 @@ jobs:
181
180
environment-name : pytensor-test
182
181
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
183
182
init-shell : bash
184
- post-cleanup : " none "
183
+ post-cleanup : " all "
185
184
create-args : python=${{ matrix.python-version }}
186
185
187
186
- name : Create matrix id
@@ -208,8 +207,7 @@ jobs:
208
207
if [[ $INSTALL_TORCH == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" pytorch pytorch-cuda=12.1 "mkl<=2024.0" -c pytorch -c nvidia; fi
209
208
if [[ $INSTALL_MLX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" mlx; fi
210
209
if [[ $INSTALL_XARRAY == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" xarray xarray-einstats; fi
211
- pip install pytest-sphinx
212
-
210
+
213
211
pip install -e ./
214
212
micromamba list && pip freeze
215
213
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
@@ -269,7 +267,7 @@ jobs:
269
267
environment-name : pytensor-test
270
268
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
271
269
init-shell : bash
272
- post-cleanup : " none "
270
+ post-cleanup : " all "
273
271
- name : Install dependencies
274
272
shell : micromamba-shell {0}
275
273
run : |
0 commit comments