8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5034bbf commit bf3d0dcCopy full SHA for bf3d0dc
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
python-version: ${{ matrix.python-version }}
50
- name: Install dependencies
51
run: |
52
- python -m pip install --upgrade pip pytest cmake scikit-build setuptools
+ python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi sse-starlette httpx uvicorn
53
pip install . -v
54
- name: Test with pytest
55
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments