Skip to content

Commit

Permalink
workaround Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 4, 2024
1 parent e55c466 commit ed322b0
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
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt
uv venv --python python3.12 2>&1
uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt 2>&1
popd
fi

Expand Down

0 comments on commit ed322b0

Please sign in to comment.