Skip to content

Commit 54095e3

Browse files
committed
try different install of geopandas
1 parent bf7a8b0 commit 54095e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
shell: bash -l {0}
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install geopandas
22-
pip install .[doc]
21+
pip install .[doc,nldi]
2322
ipython kernel install --name "python3" --user
2423
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
2524
(cd docs && make html)

0 commit comments

Comments
 (0)