Accelerate-Tests

- remove pytest options from circleci config to prevent raising error
This commit is contained in:
Ömer Faruk Özdemir 2022-02-09 09:18:46 +03:00
parent 6a30e5d24f
commit 75a4bb95cb

View File

@ -40,7 +40,7 @@ jobs:
- run:
command: |
. venv/bin/activate
coverage run -m pytest --cov=gradio --durations=20 --durations-min=1 test
coverage run -m pytest
coverage xml
- codecov/upload:
file: 'coverage.xml'