Skip to content

Commit

Permalink
Run python examples in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
1yefuwang1 committed Jul 3, 2024
1 parent bc8cc6c commit c555f39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
with:
name: vectorlite-wheel-${{ matrix.os }}-${{ steps.short_sha.outputs.sha }}
path: ./wheelhouse/*.whl

- name: Run python example
run:
python -m pip install wheelhouse/*.whl
python examples/knn_search.py

upload_wheels:
name: Upload wheels
Expand Down

0 comments on commit c555f39

Please sign in to comment.