Skip to content

Commit

Permalink
Change the name of the FFI table provider test so it doesn't try to r…
Browse files Browse the repository at this point in the history
…un during the first pass of pytest when the module hasn't been built
  • Loading branch information
timsaucer committed Nov 11, 2024
1 parent a284554 commit 5551ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
cd examples/ffi-table-provider
maturin build --release --strip
pytest
pytest _test_table_provider.py
- name: Cache the generated dataset
id: cache-tpch-dataset
Expand Down

0 comments on commit 5551ef9

Please sign in to comment.