aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/setup
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/setup')
-rwxr-xr-xautogpts/autogpt/setup4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogpts/autogpt/setup b/autogpts/autogpt/setup
index 511ef7277..8263dce32 100755
--- a/autogpts/autogpt/setup
+++ b/autogpts/autogpt/setup
@@ -1,4 +1,8 @@
#!/bin/sh
+# 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
+
echo "Setup completed successfully."