forked from phoenix/litellm-mirror
Update config.yml
This commit is contained in:
parent
b2ad5a7a2c
commit
c4035fe813
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