From f8c195bfef856363e28d06f702aa448354d4366f Mon Sep 17 00:00:00 2001 From: Abhijeet Mazumdar <99800329+abhimazu@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:53:00 -0400 Subject: [PATCH] Update ci-cd-pipeline.yml --- .github/workflows/ci-cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index e0e7b48..3660e82 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pytest-mock + pip install pytest pytest-mock httpx if [ -d "server/" ]; then pip install -r server/requirements.txt fi