From 9be541fc450481782870f563a5f65c83ef8c5469 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:22:50 +0500 Subject: [PATCH] Update tests.yml to include uvicorn --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c559e30..b75081f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install uvicorn - name: Start API server run: |