Skip to content

Commit ef158c9

Browse files
committed
ci(publish-docs): Use extras packages
1 parent 94f7853 commit ef158c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: poetry run python -m pip install pip -U
6262

6363
- name: Install dependencies [w/ docs]
64-
run: poetry install -E docs
64+
run: poetry install --extras "docs lint"
6565

6666
- name: Build documentation
6767
run: |

0 commit comments

Comments
 (0)