We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a539e7 commit 73c2862Copy full SHA for 73c2862
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
47
- python -m pip install .[test]
+ python -m pip install .[test,whoosh,xapian]
48
49
- name: Test with pytest
50
run: python -m pytest -vv --durations 25
pyproject.toml
@@ -55,6 +55,9 @@ whoosh = [
55
"sqlalchemy",
56
"whoosh",
57
]
58
+xapian = [
59
+ "xapian",
60
+]
61
lint = [
62
"ruff==0.5.5",
63
"mypy",
0 commit comments