Skip to content

Commit

Permalink
evaluation components - use API keys in tests (#596)
Browse files Browse the repository at this point in the history
* evaluation components - use API keys in tests

* rm blank line
  • Loading branch information
anakin87 authored Mar 18, 2024
1 parent 058783b commit 1c31530
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deepeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ragas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uptrain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
run:
Expand Down

0 comments on commit 1c31530

Please sign in to comment.