mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Format-The-Codebase
- add venv activation before formatting checks
This commit is contained in:
parent
d0eab2ecf2
commit
4f49ea0018
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user