Skip to content

Commit 12b7fcf

Browse files
Aaron NeiderhiserAaron Neiderhiser
authored andcommitted
updated CI
1 parent 738c690 commit 12b7fcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tuva_dbt_v1.9.4.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dbt-core and BigQuery adapter
5656
run: |
5757
python -m pip install --upgrade pip
58-
pip install dbt-core==1.10.0 dbt-bigquery==1.10.0
58+
pip install dbt-core==1.10.13 dbt-bigquery
5959
6060
- name: Create dbt profiles.yml for BigQuery
6161
run: |
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install dbt-core and Fabric adapter
116116
run: |
117117
python -m pip install --upgrade pip
118-
pip install dbt-core==1.10.0 dbt-fabric==1.10.0
118+
pip install dbt-core==1.10.13 dbt-fabric
119119
120120
- name: dbt-deps
121121
run: dbt deps --profiles-dir ./integration_tests/profiles/fabric
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install dbt-core and Redshift adapter
148148
run: |
149149
python -m pip install --upgrade pip
150-
pip install dbt-core==1.10.0 dbt-redshift==1.10.0
150+
pip install dbt-core==1.10.13 dbt-redshift
151151
152152
- name: dbt-deps
153153
run: dbt deps --profiles-dir ./integration_tests/profiles/redshift
@@ -184,7 +184,7 @@ jobs:
184184
- name: Install dbt-core and Snowflake adapter
185185
run: |
186186
python -m pip install --upgrade pip
187-
pip install dbt-core==1.10.0 dbt-snowflake==1.10.0
187+
pip install dbt-core==1.10.13 dbt-snowflake
188188
189189
- name: dbt-deps
190190
run: dbt deps --profiles-dir ./integration_tests/profiles/snowflake

0 commit comments

Comments
 (0)