diff --git a/autogpts/autogpt/setup b/autogpts/autogpt/setup index c22f7da1..8263dce3 100755 --- a/autogpts/autogpt/setup +++ b/autogpts/autogpt/setup @@ -1,9 +1,8 @@ #!/bin/sh -poetry install --no-interaction - # Necessary to prevent forge and agbenchmark from breaking each others' install: # https://github.com/python-poetry/poetry/issues/6958 -POETRY_INSTALLER_PARALLEL=false poetry install --no-interaction --extras benchmark +POETRY_INSTALLER_PARALLEL=false \ +poetry install --no-interaction --extras benchmark echo "Setup completed successfully."