forked from phoenix/litellm-mirror
(ci/cd) run ./entrypoint.sh
This commit is contained in:
parent
ba4646dbb6
commit
5589b6651d
1 changed files with 8 additions and 2 deletions
|
@ -37,7 +37,6 @@ jobs:
|
||||||
pip install traceloop-sdk==0.0.69
|
pip install traceloop-sdk==0.0.69
|
||||||
pip install openai
|
pip install openai
|
||||||
pip install prisma
|
pip install prisma
|
||||||
prisma generate
|
|
||||||
pip install "httpx==0.24.1"
|
pip install "httpx==0.24.1"
|
||||||
pip install "anyio==3.7.1"
|
pip install "anyio==3.7.1"
|
||||||
pip install "asyncio==3.4.3"
|
pip install "asyncio==3.4.3"
|
||||||
|
@ -45,6 +44,13 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
|
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
|
||||||
|
- run:
|
||||||
|
name: Run prisma ./entrypoint.sh
|
||||||
|
command: |
|
||||||
|
cd litellm
|
||||||
|
chmod +x entrypoint.sh
|
||||||
|
./entrypoint.sh
|
||||||
|
cd ..
|
||||||
- run:
|
- run:
|
||||||
name: Black Formatting
|
name: Black Formatting
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue