Update beebot (#281)

Co-authored-by: Silen Naihin <silen.naihin@gmail.com>
This commit is contained in:
Erik Peterson
2023-08-09 11:21:22 -07:00
committed by GitHub
parent fef76b1240
commit f7ea78b83d
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ jobs:
elif [ "$AGENT_NAME" == "beebot" ]; then
poetry install
poetry run playwright install
uvicorn beebot.initiator.api:create_app --reload &
poetry run uvicorn beebot.initiator.api:create_app --reload &
prefix="poetry run "
elif [ "$AGENT_NAME" == "PolyGPT" ]; then
cp .env.template .env