Skip to content

Commit

Permalink
Update dbt package installation (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-vl authored Mar 8, 2024
1 parent 21428bc commit 5f79eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [[ ! -f $VENV ]]; then
else
echo "Installing dbt-$1"
pip install dbt-$1 --upgrade --pre
# remove the protobuf installation when all the dbt-provider packaged are updated with dbt core 1.7.9
pip install protobuf==4.25.3
fi
fi

Expand Down

0 comments on commit 5f79eea

Please sign in to comment.