From 55d6308537bfa5252dc09643e4fc16f139a0d150 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Mon, 1 May 2023 11:39:18 -0400 Subject: [PATCH] Fix 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 4481085..e60b36a 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 + python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi httpx uvicorn pip install . -v - name: Test with pytest run: |