From c6b04b65256c8c01b6a951110a5a76164c76f8ca Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Mar 2025 00:01:38 +0000 Subject: [PATCH] [workflows]: Fix requirements.txt path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dfeecb..d540c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r server/src/requirements.txt # Set AWS region and mock credentials - name: Configure AWS Credentials for Tests