We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7679f commit 122eac4Copy full SHA for 122eac4
.circleci/config.yml
@@ -31,7 +31,8 @@ jobs:
31
command: |
32
python3 -m venv venv
33
. venv/bin/activate
34
- pip install "dbt-postgres==$DBT_VERSION" "dbt-bigquery==$DBT_VERSION" "dbt-snowflake==$DBT_VERSION" "pip install dbt-duckdb==$DBT_VERSION"
+ pip install "dbt-postgres==$DBT_VERSION" "dbt-bigquery==$DBT_VERSION" "dbt-snowflake==$DBT_VERSION"
35
+ pip install "dbt-duckdb==$DBT_VERSION"
36
37
- run: &dbt-deps
38
name: Install dbt dependencies
0 commit comments