Skip to content

Commit

Permalink
Remove manual dbt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 12, 2024
1 parent e916a27 commit f0a7dff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run_dbt_checkpoint_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
with:
output: " "

- id: install_dbt
run: pip install dbt-core==1.6.3 dbt-snowflake==1.6.0
shell: bash

- name: Run dbt checkpoint
uses: dbt-checkpoint/action@v0.1
uses: dbt-checkpoint/action@v0.2
with:
dbt_version: 1.6.3
dbt_adapter: dbt-snowflake
Expand Down

0 comments on commit f0a7dff

Please sign in to comment.