File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 4141 steps :
4242 - uses : actions/checkout@v6
4343
44- - name : Verify example datafusion version
45- run : |
46- MAIN_VERSION=$(grep -A 1 "name = \"datafusion-common\"" Cargo.lock | grep "version = " | head -1 | sed 's/.*version = "\(.*\)"/\1/')
47- EXAMPLE_VERSION=$(grep -A 1 "name = \"datafusion-common\"" examples/datafusion-ffi-example/Cargo.lock | grep "version = " | head -1 | sed 's/.*version = "\(.*\)"/\1/')
48- echo "Main crate datafusion version: $MAIN_VERSION"
49- echo "FFI example datafusion version: $EXAMPLE_VERSION"
50-
51- if [ "$MAIN_VERSION" != "$EXAMPLE_VERSION" ]; then
52- echo "❌ Error: FFI example datafusion versions don't match!"
53- exit 1
54- fi
55-
5644 - name : Setup Python
5745 uses : actions/setup-python@v6
5846 with :
You can’t perform that action at this time.
0 commit comments