Skip to content

Commit

Permalink
fix: only run gemini tests on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 25, 2024
1 parent 9f2ba9e commit 33e968a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}

- name: Run Gemini Tests
if: matrix.python-version == '3.11'
run: uv run pytest tests/llm/test_gemini
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
Expand Down

0 comments on commit 33e968a

Please sign in to comment.