Skip to content

Commit 0be1501

Browse files
committed
Since we have a workspace we know the example version is in sync so we do not need this test
1 parent 59826a0 commit 0be1501

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ jobs:
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:

0 commit comments

Comments
 (0)