Skip to content

Commit

Permalink
add openai key
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
1 parent b2629d9 commit 0bde281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
uses: devcontainers/[email protected]
with:
runCmd: |
poetry run pytest -n `nproc`
poetry run pytest -n `nproc`
env:
OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}

0 comments on commit 0bde281

Please sign in to comment.