manylinux: Update version of scikit-build from 0.6.1 to 0.7.1

This commit is contained in:
Jean-Christophe Fillion-Robin 2018-07-10 01:10:19 -04:00
parent 69e5734004
commit 25483115b0
No known key found for this signature in database
GPG Key ID: BAF1E1AEB9097A41

View File

@ -2,5 +2,5 @@
for PIP in /opt/python/*/bin/pip; do
$PIP install --disable-pip-version-check --upgrade pip
$PIP install scikit-build==0.6.1
$PIP install scikit-build==0.7.1
done