Skip to content

Commit

Permalink
Add dbt version param to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed May 3, 2023
1 parent 4ae828c commit b28ee9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
DBT_PROFILES_DIR: ./integration_tests/ci
DBT_PROJECT_DIR: ./integration_tests
BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json"
DBT_VERSION: 1.4.1

steps:
- checkout
Expand All @@ -22,8 +23,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -U pip setuptools wheel
pip install dbt-core dbt-postgres dbt-bigquery dbt-snowflake
pip install sqlfluff sqlfluff-templater-dbt
pip install dbt-core==$DBT_VERSION dbt-postgres==$DBT_VERSION dbt-bigquery==$DBT_VERSION dbt-snowflake==$DBT_VERSION
- run:
name: Install dbt dependencies
Expand Down

0 comments on commit b28ee9b

Please sign in to comment.