File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12- - uses : conda-incubator/setup-miniconda@v2
12+ - uses : conda-incubator/setup-miniconda@v2.0.0
1313 with :
1414 auto-activate-base : true
1515 installer-url : https://github.com/conda-forge/miniforge/releases/download/4.10.1-0/Miniforge-pypy3-4.10.1-0-Linux-x86_64.sh
2020 env :
2121 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
2222 run : |
23- conda install -c conda-forge theano cython numpy scipy matplotlib sphinx=3.5.4 sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser -y
23+ conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx=3.5.4 sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx -y
2424 pip install lavavu-osmesa
2525 python setup.py install build_ext --inplace
2626 cd docs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments