Skip to content

Commit

Permalink
Fix path for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Nov 11, 2024
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
Expand Up @@ -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
Expand Down

0 comments on commit a0a39fd

Please sign in to comment.