Update test dependencies

This commit is contained in:
Andrei Betlen 2023-05-01 14:50:01 -04:00
parent 350a1769e1
commit dbe0ad86c8

View file

@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
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
pip install . -v
- name: Test with pytest
run: |