Skip to content

Commit 4e74d87

Browse files
committed
Chore: fix snowflake cloud engine test
1 parent 6c38171 commit 4e74d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/manage-test-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function_exists() {
2525
# Snowflake
2626
snowflake_init() {
2727
echo "Installing Snowflake CLI"
28-
pip install snowflake-cli-labs
28+
pip install "snowflake-cli-labs<3.8.0"
2929
}
3030

3131
snowflake_up() {

0 commit comments

Comments
 (0)