Skip to content

Commit a0a39fd

Browse files
committed
Fix path for unit test
1 parent 468ef5b commit a0a39fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109
source venv/bin/activate
110110
pip install -e . -vv
111111
pytest -v .
112-
cd examples/ffi-table-provider
113-
pytest _test_table_provider.py
112+
pytest examples/ffi-table-provider/python/tests/_test_table_provider.py
114113
115114
- name: Cache the generated dataset
116115
id: cache-tpch-dataset

0 commit comments

Comments
 (0)