mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Update config.yml
This commit is contained in:
parent
7065917ee9
commit
01c10d1773
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,11 @@ jobs:
|
|||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.10
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
# Install dependencies from requirements.txt
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
|
@ -31,6 +33,7 @@ jobs:
|
|||
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
# Check if setup.py is modified and publish to PyPI
|
||||
- run:
|
||||
name: Check setup.py modification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue