mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
PolyGPT Benchmarks and Submodule Update (#273)
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co> Co-authored-by: nerfZael <bogunovij@gmail.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -187,6 +187,14 @@ jobs:
|
||||
poetry run playwright install
|
||||
uvicorn beebot.initiator.api:create_app --reload &
|
||||
prefix="poetry run "
|
||||
elif [ "$AGENT_NAME" == "PolyGPT" ]; then
|
||||
cp .env.template .env
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
||||
export NVM_DIR=$HOME/.nvm
|
||||
source $NVM_DIR/nvm.sh
|
||||
nvm install && nvm use
|
||||
yarn install
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
else
|
||||
echo "Unknown agent name: $AGENT_NAME"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user