forked from phoenix/litellm-mirror
fix testing yaml
This commit is contained in:
parent
7ead6f65da
commit
fdadeabe79
2 changed files with 1 additions and 3 deletions
|
@ -7,6 +7,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Show git commit hash
|
name: Show git commit hash
|
||||||
command: echo "Git commit hash: $CIRCLE_SHA1"
|
command: echo "Git commit hash: $CIRCLE_SHA1"
|
||||||
|
|
|
@ -50,9 +50,6 @@ def test_completion_custom_provider_model_name():
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
||||||
# test_completion_custom_provider_model_name()
|
|
||||||
|
|
||||||
|
|
||||||
def test_completion_azure_command_r():
|
def test_completion_azure_command_r():
|
||||||
try:
|
try:
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue