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