Skip to content

Commit 15458c7

Browse files
committed
Need to install the wheel for unit test
1 parent 9529bea commit 15458c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
pip install -e . -vv
117117
pip install maturin==1.5.1
118118
cd examples/ffi-table-provider
119-
maturin build --release --strip
119+
maturin develop --release --strip
120120
pytest python/tests/_test_table_provider.py
121121
122122
- name: Cache the generated dataset

0 commit comments

Comments
 (0)