Skip to content

Commit

Permalink
Need to install the wheel for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Nov 11, 2024
1 parent 9529bea commit 15458c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
pip install -e . -vv
pip install maturin==1.5.1
cd examples/ffi-table-provider
maturin build --release --strip
maturin develop --release --strip
pytest python/tests/_test_table_provider.py
- name: Cache the generated dataset
Expand Down

0 comments on commit 15458c7

Please sign in to comment.