Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing postgres version
Browse files Browse the repository at this point in the history
michelley-an authored Oct 3, 2024
1 parent 6b0ea2b commit 81694f4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -299,15 +299,19 @@ 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
dbt build --target postgres

[testenv:integration_postgres_1_3_0]
changedir = integration_test_project
deps = dbt-postgres~=1.3.0
deps =
dbt-core~=1.8.0
dbt-postgres~=1.8.0
commands =
dbt clean
dbt deps
@@ -347,7 +351,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

0 comments on commit 81694f4

Please sign in to comment.