File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-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 --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
@@ -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))'
You can’t perform that action at this time.
0 commit comments