From c2fe3442b88b89ee0c2ec7d0eb752756b3246d3c Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Thu, 21 Nov 2024 15:53:21 -0700 Subject: [PATCH] Remove activation of virtual environment --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) 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