Skip to content

Commit bf7a8b0

Browse files
committed
install geopandas, remove make docs
1 parent 5a29fa6 commit bf7a8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
shell: bash -l {0}
1919
run: |
2020
python -m pip install --upgrade pip
21+
pip install geopandas
2122
pip install .[doc]
2223
ipython kernel install --name "python3" --user
2324
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
24-
(cd docs && make docs)
2525
(cd docs && make html)
2626
- name: Debug
2727
run: |

0 commit comments

Comments
 (0)