(ci/cd) run pytest without -s
This commit is contained in:
parent
b1b5daf73d
commit
a1883a1161
@ -80,7 +80,7 @@ jobs:
|
||||
command: |
|
||||
pwd
|
||||
ls
|
||||
python -m pytest -vv -s litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
|
||||
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
|
||||
no_output_timeout: 120m
|
||||
|
||||
# Store test results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user