fix installing litellm

This commit is contained in:
Ishaan Jaff 2024-09-11 12:45:39 -07:00
parent 0a6a437e64
commit a66f03f860

View file

@ -161,6 +161,7 @@ jobs:
name: Install Dependencies
command: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip install python-dotenv
pip install pytest
pip install tiktoken