Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix path for unit test
Browse files Browse the repository at this point in the history
timsaucer committed Nov 11, 2024

Verified

This commit was signed with the committer’s verified signature.
sblotner Stephanie Blotner
1 parent 468ef5b commit a0a39fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -109,8 +109,7 @@ jobs:
source venv/bin/activate
pip install -e . -vv
pytest -v .
cd examples/ffi-table-provider
pytest _test_table_provider.py
pytest examples/ffi-table-provider/python/tests/_test_table_provider.py
- name: Cache the generated dataset
id: cache-tpch-dataset

0 comments on commit a0a39fd

Please sign in to comment.