From d014667f9452197190cabc6b47dce16d356972ff Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 4 Sep 2024 15:40:31 +0200 Subject: [PATCH] add excel dependenices to common tests --- .github/workflows/test_common.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 51d309cf48..e207db1bd5 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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'