Skip to content

Commit

Permalink
Install sqlalchemy and whoosh when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Aug 27, 2024
1 parent 717ff30 commit 46107ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
python -m pip install .[test,whoosh]
- name: Test with pytest
run: python -m pytest -vv --durations 25
Expand Down

0 comments on commit 46107ab

Please sign in to comment.