Skip to content

Commit 7caeafd

Browse files
author
Lachlan Grose
committed
CI: removing python requirement for docs
1 parent b6613a9 commit 7caeafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
5151
run: |
52-
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=3.9 geopandas -y
52+
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
5353
pip install lavavu-osmesa
5454
python setup.py install build_ext --inplace
5555
cd docs

0 commit comments

Comments
 (0)