We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bfc37 commit 6babb37Copy full SHA for 6babb37
tests/scripts/docker/run_tests.sh
@@ -60,7 +60,7 @@ if ! ${CI}; then
60
.
61
fi
62
63
-PYTHON_VERSION=${1} docker compose run \
+PYTHON_VERSION=${1} docker compose run --quiet-pull \
64
-e PYTHON_FULL_VERSION=${1} \
65
-e LOCAL_USER_ID=$LOCAL_USER_ID \
66
-e LOCAL_GROUP_ID=$LOCAL_GROUP_ID \
0 commit comments