Skip to content

Commit

Permalink
re-add --pre temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
haritamar committed May 7, 2024
1 parent 056e9a5 commit bbd2c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Install dbt
run: >
pip install
pip install --pre
"dbt-core${{ inputs.dbt-version && format('=={0}', inputs.dbt-version) }}"
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}${{ inputs.dbt-version && format('<={0}', inputs.dbt-version) }}"
Expand Down

0 comments on commit bbd2c54

Please sign in to comment.