linting stuff

This commit is contained in:
Sefik Ilkin Serengil 2023-01-29 00:58:33 +00:00 committed by GitHub
parent 9d3350756b
commit 2696bda91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/