Skip to content

Commit

Permalink
Update test.yaml to manually install google-genai dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Feb 6, 2025
1 parent d990ccb commit 2f818fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r dev-requirements.txt -r test-requirements.txt
pip uninstall -y google-generativeai google-genai google-ai-generativelanguage
pip install "google-genai==0.7.0"
pip install "pipecat-ai[google,openai,anthropic]"
pip install -e .
Expand Down

0 comments on commit 2f818fd

Please sign in to comment.