Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Oct 4, 2024
1 parent 7b44f8c commit db2f8b1
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.8.7
dbt-core~=1.8.0
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.8.7
dbt-core~=1.8.0
dbt-postgres~=1.8.0
commands =
dbt clean
Expand Down

0 comments on commit db2f8b1

Please sign in to comment.