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 897ebfa commit b224e0fCopy full SHA for b224e0f
1 file changed
tools/manylinux/build-wheels.sh
@@ -39,6 +39,7 @@ run_tests() {
39
40
prepare_system() {
41
#yum install -y zlib-devel
42
+ yum -y install xz || true
43
#rm -fr /opt/python/cp34-*
44
echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')"
45
${CC:-gcc} --version
0 commit comments