Skip to content

Commit

Permalink
add excel dependenices to common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 4, 2024
1 parent a365f62 commit d014667
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
- name: Install pipeline and sources dependencies
run: poetry install --no-interaction -E duckdb -E cli -E parquet --with sentry-sdk --with pipeline -E deltalake -E sql_database


# TODO: this is needed for the filesystem tests, not sure if this should be in an extra?
- name: Install pipeline and sources dependencies
run: pip install openpyxl

- run: |
poetry run pytest tests/extract tests/pipeline tests/libs tests/cli/common tests/destinations tests/sources
if: runner.os != 'Windows'
Expand Down

0 comments on commit d014667

Please sign in to comment.