Fix github action to correctly run tests

This commit is contained in:
Waqar Ahmed
2023-05-05 09:37:13 +04:00
parent ebc0c62407
commit 5f76fe5b33
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
pip install -r requirements.txt
pip install -r scale_build/tests/requirements.txt
- name: Running test
run: pytest tests/unit/
run: pytest -vvv scale_build/tests/unit/