From 01987388c28cf3b6fa82dad5a1ea8cb5d2d84251 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 27 Aug 2024 22:17:01 -0700 Subject: [PATCH] allow running contributor PRs --- .circleci/config.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 279489f74..4771ea4d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: pip install "respx==0.21.1" pip install fastapi 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 "asyncio==3.4.3" pip install "apscheduler==3.10.4" @@ -437,29 +437,9 @@ workflows: build_and_test: jobs: - local_testing: - filters: - branches: - only: - - main - - /litellm_.*/ - build_and_test: - filters: - branches: - only: - - main - - /litellm_.*/ - proxy_log_to_otel_tests: - filters: - branches: - only: - - main - - /litellm_.*/ - installing_litellm_on_python: - filters: - branches: - only: - - main - - /litellm_.*/ - publish_to_pypi: requires: - local_testing