From 710856461199ae38bab595a2e257468db911cf0e Mon Sep 17 00:00:00 2001 From: Setu Shah Date: Tue, 5 Mar 2024 14:59:28 -0800 Subject: [PATCH] ci: Install the `docs` extras when building docs --- .github/workflows/publish-docs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index bacbf58c8..e02649ce6 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -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