mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(fix) testing import litellm on python 3.8
This commit is contained in:
parent
7b63da2d75
commit
5eaced5ebc
2 changed files with 10 additions and 5 deletions
|
@ -10,6 +10,8 @@ sys.path.insert(
|
|||
def test_using_litellm():
|
||||
try:
|
||||
import litellm
|
||||
|
||||
print("litellm imported successfully")
|
||||
except Exception as e:
|
||||
pytest.fail(
|
||||
f"Error occurred: {e}. Installing litellm on python3.8 failed please retry"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue