Merge pull request #323 from jcfr/manylinux-update-to-scikit-build-0.10.0

manylinux: Update scikit-build from 0.9.0 to 0.10.0
This commit is contained in:
Jean-Christophe Fillion-Robin 2019-05-25 11:54:59 -04:00 committed by GitHub
commit 6bfbae3b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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