forked from phoenix/litellm-mirror
(fix) use python 3.8 for testing
This commit is contained in:
parent
38f9413dfc
commit
bd340562b8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 2.1
|
|||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.8.18
|
||||
- image: circleci/python:3.8
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue