Skip to content

Commit

Permalink
update tox.ini for postgres (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Oct 4, 2024
1 parent d06f20f commit 9221410
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9221410

Please sign in to comment.