fix: drop bad test

This commit is contained in:
Nicholas Tindle
2024-11-14 15:30:01 -06:00
parent b7ec0cfc27
commit c478d3cf4c

View File

@@ -64,7 +64,6 @@ jobs:
./run agent start ${{ matrix.agent-name }}
cd ${{ matrix.agent-name }}
poetry run agbenchmark --mock --test=BasicRetrieval --test=Battleship --test=WebArenaTask_0
poetry run agbenchmark --test=WriteFile
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AGENT_NAME: ${{ matrix.agent-name }}