Skip to content

Commit 09be28e

Browse files
Claudio Dinizpsousa50
Claudio Diniz
authored andcommitted
Update dbt versions to fix pytz bug
1 parent 7594c1d commit 09be28e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run-all-integration-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fi
99

1010
PROFILE="$1"
1111

12-
./run-tests-on-dbt-version.sh "run-integration-tests" "$PROFILE" "1.3.0"
13-
./run-tests-on-dbt-version.sh "run-integration-tests" "$PROFILE" "1.4.0"
12+
./run-tests-on-dbt-version.sh "run-integration-tests" "$PROFILE" "1.3.3"
13+
./run-tests-on-dbt-version.sh "run-integration-tests" "$PROFILE" "1.4.5"

run-all-jaffle-shop-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ fi
77

88
PROFILE="$1"
99

10-
./run-tests-on-dbt-version.sh "run-jaffle-shop-tests" "$PROFILE" "1.3.0"
10+
./run-tests-on-dbt-version.sh "run-jaffle-shop-tests" "$PROFILE" "1.3.3"
1111
./run-tests-on-dbt-version.sh "run-jaffle-shop-tests" "$PROFILE" "1.4.0"

0 commit comments

Comments
 (0)