We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a539e7 commit 7cf9dc5Copy full SHA for 7cf9dc5
.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]
48
49
- name: Test with pytest
50
run: python -m pytest -vv --durations 25
0 commit comments