Skip to content

Commit e50a35e

Browse files
author
Lachlan Grose
committed
feat: bumping version
also updated documentation workflow to use conda to install deps
1 parent 234efd3 commit e50a35e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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
@@ -20,7 +20,7 @@ jobs:
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

test.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)