Skip to content

Commit 55ec667

Browse files
ci: install s3 and slack extras in CI to verify they work
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent cbdcace commit 55ec667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 "."
219+
pip install ".[s3,slack]"
220220
else
221-
pip install ".[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"
221+
pip install ".[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }},s3,slack]"
222222
fi
223223
224224
- name: Write dbt profiles

0 commit comments

Comments
 (0)