From 95cba8700ec9ea40580c50ad2d766ef268b71d85 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Tue, 3 Sep 2024 11:53:01 -0400 Subject: [PATCH] build all extras --- .github/actions/setup-poetry-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-poetry-env/action.yml b/.github/actions/setup-poetry-env/action.yml index ce9a8521..46efead2 100644 --- a/.github/actions/setup-poetry-env/action.yml +++ b/.github/actions/setup-poetry-env/action.yml @@ -38,5 +38,5 @@ runs: - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - run: poetry install --no-interaction + run: poetry install --no-interaction --all-extras shell: bash \ No newline at end of file