Merge pull request #438 from dbt-labs/fix/update-ci-install-dbt-core

This commit is contained in:
Benoit Perigaud
2024-03-18 09:49:29 -05:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ then
then
pip install "dbt-$1==1.7.1"
else
pip install --pre "dbt-$1" protobuf==4.25
pip install --pre "dbt-$1" dbt-core protobuf==4.25
fi
fi