Skip to content

Commit

Permalink
Hackathon CI: use agbenchmark instead of mock
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Oct 27, 2023
1 parent bd49606 commit 5ff3f2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hackathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
./run agent start $AGENT_NAME
cd benchmark
poetry install
poetry run agbenchmark --mock
poetry run agbenchmark --test=WriteFile
poetry run agbenchmark
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AGENT_NAME: ${{ matrix.agent-name }}

0 comments on commit 5ff3f2d

Please sign in to comment.