mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 16:22:17 +00:00
fix testing yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user