From 450eb1cad010fa5092b6076001825cd14ca40e1e Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 13 Nov 2024 11:40:26 -0600 Subject: [PATCH] oops --- .circleci/config.yml | 2 +- tox.ini | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3025673..4c92001 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: environment: POSTGRES_HOST: localhost POSTGRES_USER: root - POSTGRES_PASS: '' + DBT_ENV_SECRET_POSTGRES_PASS: '' POSTGRES_PORT: 5432 POSTGRES_DATABASE: circle_test command: ./run_test.sh postgres diff --git a/tox.ini b/tox.ini index a6b2927..24e1d64 100644 --- a/tox.ini +++ b/tox.ini @@ -61,12 +61,6 @@ commands = # redshift integration tests for centralized dbt testing # run dbt commands directly, assumes dbt is already installed in environment [testenv:dbt_integration_redshift] -changedir = integration_tests -allowlist_externals = - dbt - cd -skip_install = true -commands = allowlist_externals = bash skip_install = true