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:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Show git commit hash
|
||||
command: echo "Git commit hash: $CIRCLE_SHA1"
|
||||
|
|
|
@ -50,9 +50,6 @@ def test_completion_custom_provider_model_name():
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
# test_completion_custom_provider_model_name()
|
||||
|
||||
|
||||
def test_completion_azure_command_r():
|
||||
try:
|
||||
litellm.set_verbose = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue