Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweize1998 committed Mar 24, 2024
1 parent c7e5c1c commit 6e6dff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_ORGANIZATION: ${{ secrets.OPENAI_ORGANIZATION }}
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
run: |
python setup.py develop
python agentverse_command/benchmark.py --task tasksolving/mgsm/gpt-3.5 --dataset_path data/mgsm/test_sample.jsonl --overwrite --output_path ci_smoke_test_output --tasks_dir ./agentverse/tasks
python scripts/evaluate_math.py --path ci_smoke_test_output/results.jsonl --ci_smoke_test
python scripts/evaluate_math.py --path ci_smoke_test_output/results.jsonl --ci_smoke_test

0 comments on commit 6e6dff6

Please sign in to comment.