We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6277a commit eeff327Copy full SHA for eeff327
.github/workflows/test.yaml
@@ -91,9 +91,9 @@ jobs:
91
92
- name: FFI unit tests
93
run: |
94
- cd examples/ffi-table-provider
+ cd examples/datafusion-ffi-example
95
uv run --no-project maturin develop --uv
96
- uv run --no-project pytest python/tests/_test_table_provider.py
+ uv run --no-project pytest python/tests/_test*.py
97
98
- name: Cache the generated dataset
99
id: cache-tpch-dataset
0 commit comments