Skip to content

Commit

Permalink
ci: Install root package in docs workflow (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 authored Mar 5, 2024
1 parent abd7679 commit 60fae15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
pipx install invoke poetry=="1.7.0"
invoke install
poetry install --only-root
- name: Build Docs
run: invoke docs-build
Expand Down

0 comments on commit 60fae15

Please sign in to comment.