Skip to content

Commit

Permalink
Update python-ci.yaml
Browse files Browse the repository at this point in the history
OPENAI_API_KEY key was missing from env
  • Loading branch information
winternewt authored Oct 3, 2024
1 parent bf9ad81 commit 98df9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
$HOME/micromamba/micromamba run -r $HOME/micromamba -n just-agents pytest
env:
MAMBA_ROOT_PREFIX: $HOME/micromamba
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

0 comments on commit 98df9c4

Please sign in to comment.