AutoGPT: unbreak Docker CI

This commit is contained in:
Reinier van der Leer
2023-09-27 20:33:57 -04:00
parent f5f92cb67b
commit 747f27d26f

View File

@@ -119,7 +119,7 @@ jobs:
test_output=$(
docker run --env CI --env OPENAI_API_KEY \
--entrypoint poetry ${{ env.IMAGE_NAME }} run \
run pytest -v --cov=autogpt --cov-branch --cov-report term-missing \
pytest -v --cov=autogpt --cov-branch --cov-report term-missing \
--numprocesses=4 --durations=10 \
tests/unit tests/integration 2>&1
)