fix: fix columns type for pydantic 2.x (#1045)

This commit is contained in:
Rob Meng
2024-02-29 14:47:56 -05:00
committed by Weston Pace
parent 629c622d15
commit b8eb5d4bfe
3 changed files with 13 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ runs:
- name: Install lancedb
shell: bash
run: |
pip3 install $(ls target/wheels/lancedb-*.whl)[tests,dev,embeddings]
pip3 install $(ls target/wheels/lancedb-*.whl)[tests,dev]
- name: pytest
shell: bash
run: pytest -m "not slow" -x -v --durations=30 python/python/tests