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 5152069 commit aa791f1Copy full SHA for aa791f1
travis_config.sh
@@ -26,7 +26,7 @@ else
26
echo " > Linux environment "
27
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
28
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
29
- python patch_auditwheel_whitelist.py
+ /opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
30
fi
31
32
if [ -n "$IS_OSX" ]; then
0 commit comments