Skip to content

Commit

Permalink
Adding setuptools to the dbt compile action and dbt compile (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi authored Dec 15, 2023
2 parents 3e39003 + 5e8cf92 commit 0ec5257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "$DBT_CREDENTIALS_DEV" > credentials/dev.json

- name: Install dbt
run: pip install dbt-core dbt-bigquery
run: pip install dbt-core dbt-bigquery setuptools

- name: Compile dbt models
run: dbt compile --profiles-dir . --profile default --target compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dbt-compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "$DBT_CREDENTIALS_DEV" > credentials/dev.json

- name: Install dbt
run: pip install dbt-core dbt-bigquery
run: pip install dbt-core dbt-bigquery setuptools

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

0 comments on commit 0ec5257

Please sign in to comment.