We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e195670 commit 06fdb99Copy full SHA for 06fdb99
tests/run_tests.sh
@@ -120,6 +120,15 @@ pipx run nox --version
120
pipx install --pip-args='--no-python-version-warning --no-input' nox
121
nox --version
122
tar --version | grep "GNU tar"
123
+if [ "${AUDITWHEEL_POLICY:0:9}_${AUDITWHEEL_ARCH}" != "musllinux_s390x" ]; then
124
+ # no uv on musllinux s390x
125
+ uv version
126
+ mkdir /tmp/uv-test
127
+ pushd /tmp/uv-test
128
+ uv venv --python python3.12
129
+ uv pip install -r /opt/_internal/build_scripts/requirements3.12.txt
130
+ popd
131
+fi
132
133
# check libcrypt.so.1 can be loaded by some system packages,
134
# as LD_LIBRARY_PATH might not be enough.
0 commit comments