Skip to content

Commit

Permalink
Add duckdb extra to common tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultan Iman committed Jan 31, 2024
1 parent 8a58ac0 commit 966e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 966e853

Please sign in to comment.