Skip to content

Commit 6e6dff6

Browse files
committed
fix: github action
1 parent c7e5c1c commit 6e6dff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
env:
3636
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3737
OPENAI_ORGANIZATION: ${{ secrets.OPENAI_ORGANIZATION }}
38+
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
3839
run: |
3940
python setup.py develop
4041
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
41-
python scripts/evaluate_math.py --path ci_smoke_test_output/results.jsonl --ci_smoke_test
42+
python scripts/evaluate_math.py --path ci_smoke_test_output/results.jsonl --ci_smoke_test

0 commit comments

Comments
 (0)