File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 if : ${{ needs.release-please.outputs.release_created }}
2222 steps :
2323 - uses : actions/checkout@v2
24- - uses : conda-incubator/setup-miniconda@v2.0.0
24+ - uses : conda-incubator/setup-miniconda@v2.1.1
2525 with :
2626 auto-activate-base : true
2727 installer-url : https://github.com/conda-forge/miniforge/releases/download/4.10.1-0/Miniforge-pypy3-4.10.1-0-Linux-x86_64.sh
3232 env :
3333 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
3434 run : |
35- conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx python=3.9 -y
35+ conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx sphinx-gallery sphinxcontrib-bibtex pydata-sphinx-theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx python geopandas -y
3636 pip install lavavu-osmesa
3737 python setup.py install build_ext --inplace
3838 cd docs
You can’t perform that action at this time.
0 commit comments