From f32d9d0e24e252cfc1249f7e4cc799addc9a0879 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Mon, 26 Feb 2024 17:42:23 -0500 Subject: [PATCH] Fix poetry arguments --- .github/library/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/library/setup/action.yml b/.github/library/setup/action.yml index f8c2242f..8f43cfdf 100644 --- a/.github/library/setup/action.yml +++ b/.github/library/setup/action.yml @@ -27,7 +27,7 @@ runs: key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - run: poetry install --no-interaction --no-root --with test --with dev --all-extras + run: poetry install --no-interaction --no-root --all-extras shell: bash - name: Activate venv run: |