Skip to content

Commit 5551ef9

Browse files
committed
Change the name of the FFI table provider test so it doesn't try to run during the first pass of pytest when the module hasn't been built
1 parent a284554 commit 5551ef9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
cd examples/ffi-table-provider
116116
maturin build --release --strip
117-
pytest
117+
pytest _test_table_provider.py
118118
119119
- name: Cache the generated dataset
120120
id: cache-tpch-dataset

0 commit comments

Comments
 (0)