Format-The-Codebase

- add venv activation before formatting checks
This commit is contained in:
Ömer Faruk Özdemir 2022-02-09 13:37:25 +03:00
parent d0eab2ecf2
commit 4f49ea0018

View File

@ -44,6 +44,7 @@ jobs:
coverage xml
- run:
command: |
. venv/bin/activate
python -m black --check gradio test
python -m isort --check-only gradio test
python -m flake8 --max-line-length=160 gradio test