mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
pip install pytest
|
||||||
|
pip install pylint
|
||||||
|
pip install black
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
cd tests
|
cd tests
|
||||||
pytest unit_tests.py
|
pytest unit_tests.py
|
||||||
|
pylint --fail-under=10 ../deepface/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user