Skip to content

Commit 243ffeb

Browse files
committed
ci(publish-docs): Use extras packages
1 parent e769e11 commit 243ffeb

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
@@ -64,7 +64,7 @@ jobs:
6464
run: poetry run python -m pip install pip -U
6565

6666
- name: Install dependencies [w/ docs]
67-
run: poetry install -E docs
67+
run: poetry install --extras "docs lint"
6868

6969
- name: Build documentation
7070
run: |

0 commit comments

Comments
 (0)