Skip to content

Commit

Permalink
work around try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 12, 2024
1 parent 5a1bcb3 commit c06a4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c06a4d3

Please sign in to comment.