Skip to content

Commit 8d50591

Browse files
ci: install all integration extras (s3, gcs, azure, slack, teams) in CI
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 55ec667 commit 8d50591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-warehouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ jobs:
216216
# using ".[vertica]" would re-resolve dbt-vertica's deps and downgrade
217217
# dbt-core to ~=1.8. Install elementary without the adapter extra.
218218
if [ "${{ inputs.warehouse-type }}" = "vertica" ]; then
219-
pip install ".[s3,slack]"
219+
pip install ".[s3,gcs,azure,slack,teams]"
220220
else
221-
pip install ".[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }},s3,slack]"
221+
pip install ".[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }},s3,gcs,azure,slack,teams]"
222222
fi
223223
224224
- name: Write dbt profiles

0 commit comments

Comments
 (0)