From 9221410fd22c1506923c8cba837dc0948d88b00a Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Fri, 4 Oct 2024 14:33:21 -0400 Subject: [PATCH] update tox.ini for postgres (#448) --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 50e79ce7..93d870d2 100644 --- a/tox.ini +++ b/tox.ini @@ -299,7 +299,9 @@ commands = [testenv:integration_postgres] changedir = integration_test_project -deps = dbt-postgres~=1.8.0 +deps = + dbt-core~=1.8.0 + dbt-postgres~=1.8.0 commands = dbt clean dbt deps @@ -347,7 +349,9 @@ commands = [testenv:integration_postgres_1_8_0] changedir = integration_test_project -deps = dbt-postgres~=1.7.0 +deps = + dbt-core~=1.8.0 + dbt-postgres~=1.8.0 commands = dbt clean dbt deps