mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
feat: improve pydantic 1.x compat (#503)
This commit is contained in:
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user