mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 20:04:28 +01:00
fix(agent): Fix setup script
- Remove `poetry install` that caused uninstall+reinstall of benchmark packages on every run
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user