Skip to content

Commit 2e0d472

Browse files
authored
docs: fixing docs ci
1 parent a91d961 commit 2e0d472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

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

0 commit comments

Comments
 (0)