manylinux: Update scikit-build from 0.7.1 to 0.8.1

This commit is contained in:
Jean-Christophe Fillion-Robin 2018-10-12 23:31:29 -04:00
parent bb77f813c0
commit 171d61880c
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.7.1
$PIP install scikit-build==0.8.1
done