Skip to content

Commit

Permalink
tox.ini to lock dbt-core version for dbt-postgres~=1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Oct 4, 2024
1 parent f859b41 commit 8e55b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ commands =
[testenv:integration_postgres]
changedir = integration_test_project
deps =
dbt-core<1.9.0
dbt-core==1.8.7
dbt-postgres~=1.8.0
commands =
dbt clean
Expand Down Expand Up @@ -350,7 +350,7 @@ commands =
[testenv:integration_postgres_1_8_0]
changedir = integration_test_project
deps =
dbt-core<1.9.0
dbt-core==1.8.7
dbt-postgres~=1.8.0
commands =
dbt clean
Expand Down

0 comments on commit 8e55b4c

Please sign in to comment.