Skip to content

Commit a33d110

Browse files
committed
change directories for unit tests
1 parent 7c61b04 commit a33d110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
8888
- name: FFI unit tests
8989
run: |
90+
cd examples/ffi-table-provider
91+
uv run --no-project maturin develop --uv
9092
uv run --no-project pytest python/tests/_test_table_provider.py
9193
9294
- name: Cache the generated dataset
@@ -104,5 +106,6 @@ jobs:
104106
105107
- name: Run TPC-H examples
106108
run: |
109+
cd examples/tpch
107110
uv run --no-project python convert_data_to_parquet.py
108111
uv run --no-project pytest _tests.py

0 commit comments

Comments
 (0)