Skip to content

Commit d16d245

Browse files
address feedback
1 parent 2589de4 commit d16d245

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 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 --ignore=tests/link/mlx"
87+
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor"
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"
@@ -153,7 +153,6 @@ jobs:
153153
part: "tests/xtensor"
154154
- os: "macos-15"
155155
python-version: "3.11"
156-
numpy-version: ">=2.0"
157156
fast-compile: 0
158157
float32: 0
159158
install-mlx: 1
@@ -181,7 +180,7 @@ jobs:
181180
environment-name: pytensor-test
182181
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
183182
init-shell: bash
184-
post-cleanup: "none"
183+
post-cleanup: "all"
185184
create-args: python=${{ matrix.python-version }}
186185

187186
- name: Create matrix id
@@ -208,8 +207,7 @@ jobs:
208207
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
209208
if [[ $INSTALL_MLX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" mlx; fi
210209
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+
213211
pip install -e ./
214212
micromamba list && pip freeze
215213
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
@@ -269,7 +267,7 @@ jobs:
269267
environment-name: pytensor-test
270268
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
271269
init-shell: bash
272-
post-cleanup: "none"
270+
post-cleanup: "all"
273271
- name: Install dependencies
274272
shell: micromamba-shell {0}
275273
run: |

0 commit comments

Comments
 (0)