Skip to content

Commit

Permalink
Install local package and setup keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nqn committed Jul 1, 2023
1 parent b2a40bc commit 1a59636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: pip install -r requirements.txt
- name: Install log10 package
run: pip install .
- name: Run examples
run: make examples
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 comments on commit 1a59636

Please sign in to comment.