fix unittest workflow

This commit is contained in:
Simon
2025-08-21 17:10:36 +07:00
parent 90e3a5c634
commit b6e95c6125

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r backend/requirements-dev.txt
pip install -r requirements-dev.txt
- name: Run unit tests
run: pytest backend