Skip to content

Commit

Permalink
Set correct postgres dbt version for 1_8_0
Browse files Browse the repository at this point in the history
  • Loading branch information
KijkEr committed Oct 2, 2024
1 parent f156295 commit af20604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ commands =

[testenv:integration_postgres_1_8_0]
changedir = integration_test_project
deps = dbt-postgres~=1.7.0
deps = dbt-postgres~=1.8.0
commands =
dbt clean
dbt deps
Expand Down

0 comments on commit af20604

Please sign in to comment.