Skip to content

Bump litellm from 1.20.6 to 1.23.14 (#108) #187

Bump litellm from 1.20.6 to 1.23.14 (#108)

Bump litellm from 1.20.6 to 1.23.14 (#108) #187

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- run: poetry install --all-extras
- run: poetry run ruff check --output-format=github .
- run: poetry run ruff format --check .
- run: poetry run mypy .
- run: poetry run pytest tests