feat: improve pydantic 1.x compat (#503)

This commit is contained in:
Chang She
2023-09-18 19:01:30 -07:00
committed by GitHub
parent 55207ce844
commit f20f19b804
4 changed files with 29 additions and 16 deletions

View File

@@ -94,5 +94,5 @@ jobs:
run: isort --check --diff --quiet .
- name: Run tests
run: pytest -m "not slow" -x -v --durations=30 tests
# - name: doctest
# run: pytest --doctest-modules lancedb
- name: doctest
run: pytest --doctest-modules lancedb