Skip to content

Commit fb6e771

Browse files
committed
chore(docs): use "extras" for poetry install
1 parent 1f5cecc commit fb6e771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Dependencies
3434
run: |
3535
poetry self add "poetry-dynamic-versioning[plugin]"
36-
poetry install --no-root --only=docs
36+
poetry install --no-root --extras "docs"
3737
3838
- name: Build Package
3939
run: poetry build

0 commit comments

Comments
 (0)