From acddffdae453d63272ae624a47998ac342828259 Mon Sep 17 00:00:00 2001 From: Setu Shah Date: Wed, 6 Mar 2024 18:00:12 -0800 Subject: [PATCH] ci: Install the `docs` extras when building docs (#843) --- .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