We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84800ba commit 936b078Copy full SHA for 936b078
check_substrait_package_versions.sh
@@ -2,6 +2,7 @@
2
set -euo pipefail
3
4
# Check that all substrait-* packages have the same version
5
+uv sync
6
7
protobuf_version=$(uv pip show substrait-protobuf | grep '^Version:' | awk '{print $2}')
8
antlr_version=$(uv pip show vbarua-substrait-antlr | grep '^Version:' | awk '{print $2}')
0 commit comments