Skip to content

Commit a92d143

Browse files
committed
🔧 Configure docs extras dependencies correctly
Turns out groups and extras can't be used together in pyproject.toml by poetry, see python-poetry/poetry#4897. Changed things around so that `pip install .[docs]` works!
1 parent 09e53a2 commit a92d143

File tree

3 files changed

+139
-129
lines changed

3 files changed

+139
-129
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Install dependencies needed for documentation build
3737
- name: Install docs build dependencies
3838
run: |
39-
pip install . jupyter-book planetary-computer pystac
39+
pip install .[docs]
4040
pip list
4141
4242
# Build the docs

0 commit comments

Comments
 (0)