Skip to content

Commit 7cf9dc5

Browse files
committed
Install sqlalchemy and whoosh when running tests
1 parent 0a539e7 commit 7cf9dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip
47-
python -m pip install .[test]
47+
python -m pip install .[test,whoosh]
4848
4949
- name: Test with pytest
5050
run: python -m pytest -vv --durations 25

0 commit comments

Comments
 (0)