Skip to content

Commit 53723b4

Browse files
authored
Ensure dev and docs dependencies are installed for doc builds.
1 parent 28ba664 commit 53723b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
poetry-version: "${{ env.POETRY_VERSION }}"
2323
python-version: "${{ env.PYTHON_VERSION }}"
24-
poetry-install-options: "--only docs"
24+
poetry-install-options: "--only dev,docs"
2525
- name: "Build Documentation"
2626
run: "poetry run invoke build-and-check-docs"
2727
- name: "Run Poetry Build"

0 commit comments

Comments
 (0)