Update tests.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 11:19:39 -07:00 committed by GitHub
parent e056b21f45
commit 895085226c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
python-version: 3.x # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8)
- name: Install dependencies
run: pip install -r litellm/requirements.txt
run: pip install -r requirements.txt
- name: Run tests
run: pytest litellm/tests