Skip to content

Commit d3d592b

Browse files
committed
ci: sync uv before checking versions
1 parent 945547f commit d3d592b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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 substrait-antlr | grep '^Version:' | awk '{print $2}')

0 commit comments

Comments
 (0)