Skip to content

Commit f23bdfc

Browse files
committed
bugfix
1 parent 2b0334a commit f23bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: pip install databricks-sql-connector==2.9.3
115115

116116
- name: Install dbt
117-
if: !inputs.use-dbt-fusion
117+
if: ! inputs.use-dbt-fusion
118118
run:
119119
pip install${{ (inputs.dbt-version == 'latest_pre' && ' --pre') || '' }}
120120
"dbt-core${{ (!startsWith(inputs.dbt-version, 'latest') && format('=={0}', inputs.dbt-version)) || '' }}"

0 commit comments

Comments
 (0)