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