Skip to content

Commit ed322b0

Browse files
committed
workaround Travis CI
1 parent e55c466 commit ed322b0

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
129-
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt
128+
uv venv --python python3.12 2>&1
129+
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt 2>&1
130130
popd
131131
fi
132132

0 commit comments

Comments
 (0)