Skip to content

Commit 122eac4

Browse files
committed
Fix pip typo
1 parent 3f7679f commit 122eac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
command: |
3232
python3 -m venv venv
3333
. venv/bin/activate
34-
pip install "dbt-postgres==$DBT_VERSION" "dbt-bigquery==$DBT_VERSION" "dbt-snowflake==$DBT_VERSION" "pip install dbt-duckdb==$DBT_VERSION"
34+
pip install "dbt-postgres==$DBT_VERSION" "dbt-bigquery==$DBT_VERSION" "dbt-snowflake==$DBT_VERSION"
35+
pip install "dbt-duckdb==$DBT_VERSION"
3536
3637
- run: &dbt-deps
3738
name: Install dbt dependencies

0 commit comments

Comments
 (0)