mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fixing timing type
This commit is contained in:
parent
1fedbff585
commit
3fe16e5935
1 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ jobs:
|
|||
|
||||
echo "$TEST_FILES" | circleci tests run \
|
||||
--split-by=timings \
|
||||
--timings-type=filename \
|
||||
--timings-type=file \
|
||||
--verbose \
|
||||
--command="xargs python -m pytest \
|
||||
-vv \
|
||||
|
|
@ -1835,7 +1835,7 @@ jobs:
|
|||
|
||||
echo "$TEST_FILES" | circleci tests run \
|
||||
--split-by=timings \
|
||||
--timings-type=filename \
|
||||
--timings-type=file \
|
||||
--verbose \
|
||||
--command="xargs python -m pytest \
|
||||
-vv \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue