mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update tests.yml
This commit is contained in:
parent
e056b21f45
commit
895085226c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue