Skip to content

Commit

Permalink
Refactor GitHub workflows to install DBT dependencies before compilin…
Browse files Browse the repository at this point in the history
…g models
  • Loading branch information
TanookiVerde committed Oct 11, 2024
1 parent aedb50d commit df89c4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dbt-compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dbt
run: pip install dbt-core dbt-bigquery setuptools

- name: Install DBT Dependencies
run: dbt deps

- name: Compile dbt models
run: dbt compile --profiles-dir . --profile default --target dev

0 comments on commit df89c4a

Please sign in to comment.