This commit is contained in:
Onur Atakan ULUSOY 2022-05-11 16:32:09 +00:00
parent 37ab3ffcbb
commit 41e968bd15

View File

@ -63,7 +63,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install .
cd tests
- name: Test with pytest
run: |
pytest unit_tests.py
cd tests
pytest deepface/tests/unit_tests.py