From dbe0ad86c852d72148e930366240876dfb335d72 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Mon, 1 May 2023 14:50:01 -0400 Subject: [PATCH] Update test dependencies --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e60b36a..671af84 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |