diff --git a/.circleci/config.yml b/.circleci/config.yml index 51abb8c99c..d4db3db1fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,17 +37,16 @@ jobs: - run: command: | mkdir screenshots - - run: - command: | - python -m black --check gradio test - python -m isort --check-only gradio test - python -m flake8 --max-line-length=160 gradio test - - run: command: | . venv/bin/activate coverage run -m pytest coverage xml + - run: + command: | + python -m black --check gradio test + python -m isort --check-only gradio test + python -m flake8 --max-line-length=160 gradio test - codecov/upload: file: 'coverage.xml' - store_artifacts: