Skip to content

Commit 52fb968

Browse files
committed
work around try 2
1 parent b9f9c07 commit 52fb968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
125125
uv version
126126
mkdir /tmp/uv-test
127127
pushd /tmp/uv-test
128-
uv venv --python python3.12 2>&1
129-
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt 2>&1
128+
uv venv --python python3.12 -q
129+
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt -q
130130
popd
131131
fi
132132

0 commit comments

Comments
 (0)