File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -203,15 +203,14 @@ jobs:
203
203
run : |
204
204
205
205
if [[ $OS == "macos-15" ]]; then
206
- micromamba install --yes -q "python~=${PYTHON_VERSION}" "numpy${NUMPY_VERSION}" scipy pip graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock libblas=*=*accelerate;
206
+ micromamba install --yes -q "python~=${PYTHON_VERSION}" "numpy${NUMPY_VERSION}" scipy pip graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock pytest-sphinx libblas=*=*accelerate;
207
207
else
208
- micromamba install --yes -q "python~=${PYTHON_VERSION}" mkl "numpy${NUMPY_VERSION}" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock;
208
+ micromamba install --yes -q "python~=${PYTHON_VERSION}" mkl "numpy${NUMPY_VERSION}" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock pytest-sphinx ;
209
209
fi
210
210
if [[ $INSTALL_NUMBA == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" "numba>=0.57"; fi
211
211
if [[ $INSTALL_JAX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" jax jaxlib numpyro && pip install tfp-nightly; fi
212
212
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
213
213
if [[ $INSTALL_XARRAY == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" xarray xarray-einstats; fi
214
- pip install pytest-sphinx
215
214
216
215
pip install -e ./
217
216
micromamba list && pip freeze
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ dependencies:
31
31
- pytest-xdist
32
32
- pytest-benchmark
33
33
- pytest-mock
34
- - pip :
35
- - pytest-sphinx
34
+ - pytest-sphinx
36
35
# For building docs
37
36
- sphinx>=5.1.0,<6
38
37
- sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ dependencies:
33
33
- pytest-xdist
34
34
- pytest-benchmark
35
35
- pytest-mock
36
- - pip :
37
- - pytest-sphinx
36
+ - pytest-sphinx
38
37
# For building docs
39
38
- sphinx>=5.1.0,<6
40
39
- sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments