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 350a176 commit dbe0ad8Copy full SHA for dbe0ad8
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
run: |
29
- python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi httpx uvicorn
+ python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi sse-starlette httpx uvicorn
30
pip install . -v
31
- name: Test with pytest
32
0 commit comments