From 562038c0df7afcb3575444cb009afb95ae7cdeb6 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Sat, 23 Nov 2024 17:56:32 +0000 Subject: [PATCH] Add LiteLLM to project main --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 193fc984..51569040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - - - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5