fix tests

This commit is contained in:
Simon
2024-08-03 23:37:23 +02:00
parent 192d518c2b
commit b864813a7b
4 changed files with 4 additions and 26 deletions

View File

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