From 069b808fd2b74d2cdd16c1874874d87bb91c35ee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Sep 2026 07:46:04 +0000 Subject: [PATCH 1/2] Initial plan From d5a8a80affd06dbad139e14b63d7237cbe2710fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Sep 2026 07:47:55 +0000 Subject: [PATCH 2/2] ci: install pytest for backend test job Co-authored-by: Nirmal0804 <171272821+Nirmal0804@users.noreply.github.com> --- .github/workflows/backend-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index fac5600..54b0834 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -34,6 +34,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pytest - name: Verify imports and app wiring run: |