feat: upgrade lance to 0.12.2-beta.2 (#1381)

This commit is contained in:
Weston Pace
2024-06-14 05:43:26 -07:00
committed by GitHub
parent a45656b8b6
commit ea86dad4b7
7 changed files with 17 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ jobs:
workspaces: python
- name: Install
run: |
pip install -e .[tests,dev,embeddings]
pip install --extra-index-url https://pypi.fury.io/lancedb/ -e .[tests,dev,embeddings]
pip install tantivy
pip install mlx
- name: Doctest
@@ -189,7 +189,7 @@ jobs:
- name: Install lancedb
run: |
pip install "pydantic<2"
pip install -e .[tests]
pip install --extra-index-url https://pypi.fury.io/lancedb/ -e .[tests]
pip install tantivy
- name: Run tests
run: pytest -m "not slow and not s3_test" -x -v --durations=30 python/tests