manylinux: Update scikit-build from 0.9.0 to 0.10.0

This commit is contained in:
Jean-Christophe Fillion-Robin 2019-05-23 19:48:56 -04:00
parent 8bb5d2887b
commit 181d5464df
No known key found for this signature in database
GPG Key ID: 307A5A242A6612E1

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.9.0
$PIP install scikit-build==0.10.0
done