From 52fb968c690771501c3578432e159d21ab3b9392 Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 6 Jun 2024 21:32:38 +0200 Subject: [PATCH] work around try 2 --- tests/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index c7a02a3b..22abdfa9 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -125,8 +125,8 @@ if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then uv version mkdir /tmp/uv-test pushd /tmp/uv-test - uv venv --python python3.12 2>&1 - uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt 2>&1 + uv venv --python python3.12 -q + uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt -q popd fi