Update hackathon.yml (#5975)

This commit is contained in:
merwanehamadi
2023-10-26 13:47:36 -07:00
committed by GitHub
parent 6f66376bb8
commit 21b809794a

View File

@@ -73,7 +73,8 @@ jobs:
- name: Run regression tests - name: Run regression tests
run: | run: |
./run agent start ${{ matrix.agent-name }} ./run agent start ${{ matrix.agent-name }}
cd autogpts/${{ matrix.agent-name }} cd benchmark
poetry install
poetry run agbenchmark --mock poetry run agbenchmark --mock
poetry run agbenchmark --test=WriteFile poetry run agbenchmark --test=WriteFile
env: env: