diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index dd7c7db2fe..a75c70a59a 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -91,7 +91,7 @@ jobs: shell: cmd - name: Install pipeline dependencies - run: poetry install --no-interaction -E duckdb -E cli -E parquet --with sentry-sdk --with pipeline + run: poetry install --no-interaction -E duckdb -E cli -E parquet -E duckdb --with sentry-sdk --with pipeline - run: | poetry run pytest tests/extract tests/pipeline tests/libs tests/cli/common tests/destinations