manylinux: Update scikit-build from 0.8.1 to 0.9.0

This commit is contained in:
Jean-Christophe Fillion-Robin 2019-05-22 00:48:25 -04:00
parent b3be15533e
commit 8eecfcacb2
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.8.1
$PIP install scikit-build==0.9.0
done