forked from phoenix/litellm-mirror
bump version + fix ci/cd test
This commit is contained in:
parent
a230d08795
commit
6c937e15a9
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@ jobs:
|
|||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.8
|
||||
parallelism: 4
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
@ -54,7 +53,7 @@ jobs:
|
|||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
python -m pytest -vv --junitxml=test-results/junit.xml | circleci tests split --split-by=timings
|
||||
python -m pytest -vv --junitxml=test-results/junit.xml
|
||||
|
||||
# Store test results
|
||||
- store_test_results:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.702"
|
||||
version = "0.1.703"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue