[workflows]: Fix requirements.txt path

This commit is contained in:
2025-03-09 23:56:19 +00:00
parent fe9155b38f
commit 5a3e2fd430

View File

@ -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