From 895085226c5fc0f94bd2e8d91706cde1758679b9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Jul 2023 11:19:39 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c855be7aac..8ad740bea0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.x # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8) - name: Install dependencies - run: pip install -r litellm/requirements.txt + run: pip install -r requirements.txt - name: Run tests run: pytest litellm/tests