mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
ci(test-linting.yml): pin openai version
This commit is contained in:
parent
de7870cb54
commit
4e44d7f40c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-linting.yml
vendored
2
.github/workflows/test-linting.yml
vendored
|
|
@ -22,8 +22,10 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install openai==1.68.2
|
||||
poetry install --with dev
|
||||
|
||||
|
||||
- name: Run Black formatting
|
||||
run: |
|
||||
cd litellm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue