diff --git a/.circleci/config.yml b/.circleci/config.yml index ffc1bb9c8..56f9a15fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,8 +47,10 @@ jobs: - run: name: Run prisma ./entrypoint.sh command: | + set +e chmod +x entrypoint.sh ./entrypoint.sh + set -e - run: name: Black Formatting command: | diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 80a51c480..bb5e84ad8 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1201,7 +1201,7 @@ def test_replicate_custom_prompt_dict(): # commenthing this out since we won't be always testing a custom replicate deployment # def test_completion_replicate_deployments(): # print("TESTING REPLICATE") -# litellm.set_verbose=False +# litellm.set_verbose= False # model_name = "replicate/deployments/ishaan-jaff/ishaan-mistral" # try: # response = completion(