mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(fix) use python 3.8 on ci/cd
This commit is contained in:
parent
a1784284bb
commit
045a8cfdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: 2.1
|
|||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.9
|
||||
- image: circleci/python:3.8.18
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue