Skip to content

Commit 936b078

Browse files
committed
ci: sync uv before checking versions
1 parent 84800ba commit 936b078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_substrait_package_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -euo pipefail
33

44
# Check that all substrait-* packages have the same version
5+
uv sync
56

67
protobuf_version=$(uv pip show substrait-protobuf | grep '^Version:' | awk '{print $2}')
78
antlr_version=$(uv pip show vbarua-substrait-antlr | grep '^Version:' | awk '{print $2}')

0 commit comments

Comments
 (0)