Skip to content

Commit b883d0a

Browse files
committed
CI: Fix build docs workflow
1 parent 2ae061d commit b883d0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
conda config --set channel_priority strict
3434
conda create -n docs python=3.10 rasterio xarray scipy pyproj pandoc
3535
source activate docs
36-
python -m pip install -e .[doc]
36+
python -m pip install -e .[all]
37+
python -m pip install -r requirements/doc.txt
3738
sphinx-build -b html docs/ docs/_build/
3839
3940
- name: Deploy 🚀

0 commit comments

Comments
 (0)