Skip to content

Commit

Permalink
Set deps for postgres_1_8_0
Browse files Browse the repository at this point in the history
  • Loading branch information
KijkEr committed Oct 2, 2024
1 parent ba658b3 commit b5e1321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ commands =

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

0 comments on commit b5e1321

Please sign in to comment.