diff --git a/.circleci/config.yml b/.circleci/config.yml index c8861ac..38c7a2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,6 @@ jobs: - run: name: "Run Tests - Postgres" command: | - . dbt_venv/bin/activate cd integration_tests dbt --warn-error deps --target postgres dbt --warn-error run-operation create_source_table --target postgres