From 1c81ec72f5e707234ad45c7f8099eb1955fc8941 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Wed, 31 Jul 2024 07:47:11 +0545 Subject: [PATCH] [ci] Fix installation requirements for teset --- .github/workflows/backend_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend_build.yml b/.github/workflows/backend_build.yml index db9c5137..1a5967d8 100644 --- a/.github/workflows/backend_build.yml +++ b/.github/workflows/backend_build.yml @@ -87,6 +87,8 @@ jobs: run: | cd backend/ pip install -r requirements.txt + pip install coverage + pip install factory-boy - name: Creating env run: |