Skip to content

Commit

Permalink
debug uv
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 15, 2024
1 parent ad8f599 commit e285760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ for PYTHON in /opt/python/*/bin/python; do
# no uv on musllinux s390x
# FIXME, ppc64le test fails on Travis CI but works with qemu
UV_PYTHON=/tmp/uv-test-${IMPLEMENTATION}${PYVERS}/bin/python
export RUST_LOG=trace
uv venv --python ${PYTHON} /tmp/uv-test-${IMPLEMENTATION}${PYVERS}
uv pip install --python ${UV_PYTHON} ${REPAIRED_WHEEL}
if [ "$(${UV_PYTHON} -c 'import forty_two; print(forty_two.answer())')" != "42" ]; then
Expand Down

0 comments on commit e285760

Please sign in to comment.