mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Fix
This commit is contained in:
parent
37ab3ffcbb
commit
41e968bd15
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user