Skip to content

Commit

Permalink
Revert "fix(tests): disable uv testing on ppc64le"
Browse files Browse the repository at this point in the history
This reverts commit deca00d.
  • Loading branch information
mayeut committed Jul 2, 2024
1 parent 9ac04ee commit de0cbd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ pipx run nox --version
pipx install --pip-args='--no-python-version-warning --no-input' nox
nox --version
tar --version | grep "GNU tar"
if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ] && [ "${AUDITWHEEL_ARCH}" != "ppc64le" ]; then
if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
# no uv on musllinux s390x
# FIXME, ppc64le test fails on Travis CI but works with qemu
uv version
mkdir /tmp/uv-test
pushd /tmp/uv-test
Expand Down

0 comments on commit de0cbd0

Please sign in to comment.