mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 16:26:07 +00:00
(ci/cd) run ./entrypoint.sh
This commit is contained in:
@@ -36,8 +36,7 @@ jobs:
|
||||
pip install numpydoc
|
||||
pip install traceloop-sdk==0.0.69
|
||||
pip install openai
|
||||
pip install prisma
|
||||
prisma generate
|
||||
pip install prisma
|
||||
pip install "httpx==0.24.1"
|
||||
pip install "anyio==3.7.1"
|
||||
pip install "asyncio==3.4.3"
|
||||
@@ -45,6 +44,13 @@ jobs:
|
||||
paths:
|
||||
- ./venv
|
||||
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
|
||||
- run:
|
||||
name: Run prisma ./entrypoint.sh
|
||||
command: |
|
||||
cd litellm
|
||||
chmod +x entrypoint.sh
|
||||
./entrypoint.sh
|
||||
cd ..
|
||||
- run:
|
||||
name: Black Formatting
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user