Skip to content

Commit 01ed20c

Browse files
committed
Force test to 1.4
1 parent 7bac069 commit 01ed20c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-db-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ./integration_tests
5050
run: |
5151
pip install -r requirements.txt
52-
pip install dbt-${{ matrix.database }}==1.3.0
52+
pip install dbt-${{ matrix.database }}==1.4.0
5353
dbt deps
5454
5555
- name: Drop schemas
@@ -139,6 +139,6 @@ jobs:
139139
working-directory: ./integration_tests
140140
run: |
141141
pip install -r requirements.txt
142-
pip install dbt-${{ matrix.database }}==1.3.0
142+
pip install dbt-${{ matrix.database }}==1.4.0
143143
dbt deps
144144
dbt run-operation drop_all_schemas --args "{ schema_name: ${{ env.DQ_SCHEMA }} }" --profile re_data_${{ matrix.database }} --vars "{ source_schema: ${{ env.DQ_SCHEMA }} }"

integration_tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.2.5
22
pyyaml==6.0
3-
dbt-core==1.3.0
4-
dbt-postgres==1.3.0
3+
dbt-core==1.4.0
4+
dbt-postgres==1.4.0

0 commit comments

Comments
 (0)