Skip to content

Commit cbbdfce

Browse files
committed
fix: add pytest to CI install step
1 parent 4a4e466 commit cbbdfce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install -e ".[mcp,pdf,watch]"
27+
pip install pytest
2728
2829
- name: Run tests
2930
run: |
30-
pytest tests/ -q --tb=short
31+
python -m pytest tests/ -q --tb=short

0 commit comments

Comments
 (0)