manylinux: Deduplicate install-skbuild.sh and rename to install-python-packages.sh

This commit is contained in:
Jean-Christophe Fillion-Robin
2016-11-03 13:10:06 -04:00
parent ee2c1618c3
commit ab0ab22c67
4 changed files with 4 additions and 9 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
for PIP in /opt/python/*/bin/pip; do
$PIP install scikit-build==0.4.0
done