ci/cd fix linting errors
This commit is contained in:
parent
fa04595328
commit
86abd573e4
@ -47,7 +47,7 @@ jobs:
|
||||
pip install opentelemetry-api==1.25.0
|
||||
pip install opentelemetry-sdk==1.25.0
|
||||
pip install opentelemetry-exporter-otlp==1.25.0
|
||||
pip install openai
|
||||
pip install openai==1.34.0
|
||||
pip install prisma
|
||||
pip install "detect_secrets==1.5.0"
|
||||
pip install "httpx==0.24.1"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# used by CI/CD testing
|
||||
openai
|
||||
openai==1.34.0
|
||||
python-dotenv
|
||||
tiktoken
|
||||
importlib_metadata
|
||||
|
||||
Loading…
Reference in New Issue
Block a user