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 python -m pip install --upgrade pip
pip install pytest pip install pytest
pip install . pip install .
cd tests
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest unit_tests.py cd tests
pytest deepface/tests/unit_tests.py