Skip to content

Commit

Permalink
test: use openai api key
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin De Matos <vltn.dematos@gmail.com>
  • Loading branch information
Thytu committed Jan 3, 2025
1 parent 1700b70 commit 09921d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
pip install -e ".[test]"
- name: Run tests with pytest
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
pytest

0 comments on commit 09921d7

Please sign in to comment.