Skip to content

Commit b70c567

Browse files
committed
Merge branch 'feature/workflow-build-images' into test/workflow-build-images
* feature/workflow-build-images: less verbose less verbose
2 parents 91249df + 6babb37 commit b70c567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/docker/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if ! ${CI}; then
6060
.
6161
fi
6262

63-
PYTHON_VERSION=${1} docker compose run \
63+
PYTHON_VERSION=${1} docker compose run --quiet-pull \
6464
-e PYTHON_FULL_VERSION=${1} \
6565
-e LOCAL_USER_ID=$LOCAL_USER_ID \
6666
-e LOCAL_GROUP_ID=$LOCAL_GROUP_ID \

0 commit comments

Comments
 (0)