Skip to content

Commit 8cbad67

Browse files
committed
Missing packages for CI
1 parent 453bfbf commit 8cbad67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install pytest pytest-asyncio httpx websockets fastapi
24+
pip install -r requirements.txt
25+
pip install pytest pytest-asyncio httpx
2526
2627
- name: Run tests
2728
run: pytest tests/

0 commit comments

Comments
 (0)