mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
AutoGPT: unbreak Docker CI
This commit is contained in:
2
.github/workflows/autogpt-docker-ci.yml
vendored
2
.github/workflows/autogpt-docker-ci.yml
vendored
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user