fix unittest workflow
This commit is contained in:
parent
90e3a5c634
commit
b6e95c6125
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue