Skip to content

Commit defae8b

Browse files
Merge pull request #446 from dbt-labs/fix/435-remove-protobuf-pinning
Remove pinning as it was fixed in dbt-core
2 parents 9f9c1db + d4e6ddd commit defae8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ then
1212
then
1313
pip install "dbt-$1==1.7.1"
1414
else
15-
pip install --pre "dbt-$1" dbt-core protobuf==4.25
15+
pip install --pre "dbt-$1" dbt-core
1616
fi
1717
fi
1818

0 commit comments

Comments
 (0)