Skip to content

Commit 55d6308

Browse files
committed
Fix test dependencies
1 parent ccf1ed5 commit 55d6308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
29+
python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi httpx uvicorn
3030
pip install . -v
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)