Skip to content

Commit

Permalink
change env run in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bwook00 committed Jan 24, 2024
1 parent 8b3f995 commit aa27aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
pip install pytest
- name: Run tests
run: |
pytest tests/
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
pytest tests/

0 comments on commit aa27aa4

Please sign in to comment.