Skip to content

Commit b4e8ab1

Browse files
committed
auditwheel is installed under py37
1 parent 9c95d1b commit b4e8ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
echo " > Linux environment "
2727
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
2828
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
29-
python patch_auditwheel_whitelist.py
29+
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
3030
fi
3131

3232
if [ -n "$IS_OSX" ]; then

0 commit comments

Comments
 (0)