updated the GH actions with keys for Groq

This commit is contained in:
Salman Paracha 2025-04-12 23:19:26 -07:00
parent 630081ebd3
commit 2961dc049a
3 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
run: |
python -mvenv venv
source venv/bin/activate && cd tests/e2e && bash run_e2e_tests.sh