feat: support nested pydantic schema (#707)

This commit is contained in:
Chang She
2023-12-14 18:20:45 -08:00
committed by GitHub
parent 144b3b5d83
commit bd0034a157
4 changed files with 49 additions and 15 deletions

View File

@@ -91,11 +91,7 @@ jobs:
pip install "pydantic<2"
pip install -e .[tests]
pip install tantivy@git+https://github.com/quickwit-oss/tantivy-py#164adc87e1a033117001cf70e38c82a53014d985
pip install pytest pytest-mock black isort
- name: Black
run: black --check --diff --no-color --quiet .
- name: isort
run: isort --check --diff --quiet .
pip install pytest pytest-mock
- name: Run tests
run: pytest -m "not slow" -x -v --durations=30 tests
- name: doctest