Skip to content

Commit

Permalink
add dbt deps
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Courivaud <[email protected]>
  • Loading branch information
rcourivaud committed Jan 22, 2025
1 parent 9117ecd commit c2aa2a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-data-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
python -m pip install --upgrade pip
pip install dbt-core dbt-postgres dbt-duckdb
- name: Install dbt dependencies
working-directory: analytics/dbt
run: |
dbt deps
- name: Build DBT Docs
working-directory: analytics/dbt
run: |
Expand Down

0 comments on commit c2aa2a6

Please sign in to comment.