mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
linting stuff
This commit is contained in:
parent
9d3350756b
commit
2696bda91c
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -62,10 +62,13 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
pip install pylint
|
||||
pip install black
|
||||
pip install .
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
cd tests
|
||||
pytest unit_tests.py
|
||||
pylint --fail-under=10 ../deepface/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user