Remove incompatible openai==1.100.1 pin from linting CI
The linting workflow force-installed openai==1.100.1 which conflicts with litellm's requirement of openai>=2.8.0, causing pip dependency resolver errors and CI cancellation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
317c162dfe
commit
75b2e40cd3
1
.github/workflows/test-linting.yml
vendored
1
.github/workflows/test-linting.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
||||
run: |
|
||||
poetry lock
|
||||
poetry install --with dev
|
||||
poetry run pip install openai==1.100.1
|
||||
|
||||
- name: Run Black formatting
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user