mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Accelerate-Tests
- remove pytest options from circleci config to prevent raising error
This commit is contained in:
parent
6a30e5d24f
commit
75a4bb95cb
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user