Skip to content

Commit

Permalink
add llm env for example tests (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0sv authored Sep 23, 2024
1 parent 3a9e199 commit 59c57d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
run: jupyter nbconvert --to python examples/*/*.ipynb --output-dir example_scripts
- name: Run examples
run: python example_test.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_GIT_DEV }}

0 comments on commit 59c57d6

Please sign in to comment.