Skip to content

Commit

Permalink
Merge pull request #3 from vivek-athina/dev
Browse files Browse the repository at this point in the history
fixing the env setup
  • Loading branch information
vivek-athina authored Feb 21, 2024
2 parents 8c9ef19 + f453d09 commit 59a3083
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/athina_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set the OPENAI_API_KEY secret as an environment variable
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -31,6 +27,8 @@ jobs:
# If your dataset is not static, prepare it here
# For example, download the dataset or build it from available data
echo "Prepare your dataset here if necessary"
- name: Run Athina Evaluation and Validation Script
run: python .github/scripts/run_athina_evals.py
run: python .github/scripts/run_athina_evals.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 59a3083

Please sign in to comment.