Skip to content

Commit

Permalink
ci: Install the docs extras when building docs (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 authored Mar 7, 2024
1 parent 60fae15 commit acddffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
# Install all dependencies so that the docs can use the function and type signatures.
run: |
pipx install invoke poetry=="1.7.0"
invoke install
poetry install --only-root
poetry install --extras minio --extras setfit --with test,dev,docs
- name: Build Docs
run: invoke docs-build
Expand Down

0 comments on commit acddffd

Please sign in to comment.