diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc69837..df6abe3 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 # Run tests and generate coverage report - name: Run tests with coverage