Skip to content

Commit 10ef26c

Browse files
committed
work around try 2
1 parent 8b254b2 commit 10ef26c

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
@@ -128,8 +128,8 @@ if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
128128
uv version
129129
mkdir /tmp/uv-test
130130
pushd /tmp/uv-test
131-
uv venv --python python3.12 2>&1
132-
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt 2>&1
131+
uv venv --python python3.12 -q
132+
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt -q
133133
popd
134134
fi
135135

0 commit comments

Comments
 (0)