fix unittest workflow

This commit is contained in:
Simon 2025-08-21 17:10:36 +07:00
parent 90e3a5c634
commit b6e95c6125
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

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