forked from phoenix/litellm-mirror
allow running contributor PRs
This commit is contained in:
parent
3d71e2228f
commit
01987388c2
1 changed files with 1 additions and 21 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
pip install "respx==0.21.1"
|
pip install "respx==0.21.1"
|
||||||
pip install fastapi
|
pip install fastapi
|
||||||
pip install "gunicorn==21.2.0"
|
pip install "gunicorn==21.2.0"
|
||||||
pip install "anyio==4.2.0"
|
pip install "anyio==3.7.1"
|
||||||
pip install "aiodynamo==23.10.1"
|
pip install "aiodynamo==23.10.1"
|
||||||
pip install "asyncio==3.4.3"
|
pip install "asyncio==3.4.3"
|
||||||
pip install "apscheduler==3.10.4"
|
pip install "apscheduler==3.10.4"
|
||||||
|
@ -437,29 +437,9 @@ workflows:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- local_testing:
|
- local_testing:
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- /litellm_.*/
|
|
||||||
- build_and_test:
|
- build_and_test:
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- /litellm_.*/
|
|
||||||
- proxy_log_to_otel_tests:
|
- proxy_log_to_otel_tests:
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- /litellm_.*/
|
|
||||||
- installing_litellm_on_python:
|
- installing_litellm_on_python:
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- /litellm_.*/
|
|
||||||
- publish_to_pypi:
|
- publish_to_pypi:
|
||||||
requires:
|
requires:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue