Skip to content

Commit

Permalink
add OPENAI_API_KEY to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed Sep 12, 2023
1 parent bd94d78 commit f11c8a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
python -m pip install --upgrade -r requirements/dev.txt
- name: Test with pytest
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
pytest

0 comments on commit f11c8a5

Please sign in to comment.