Skip to content

Commit

Permalink
docs: adding geopandas to doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed May 5, 2022
1 parent d15ba6c commit b6613a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
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 -y
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
pip install lavavu-osmesa
python setup.py install build_ext --inplace
cd docs
Expand Down

0 comments on commit b6613a9

Please sign in to comment.