Merge pull request #272 from jcfr/manylinux-update-scikit-build

manylinux: Update scikit-build from 0.7.1 to 0.8.1
This commit is contained in:
Jean-Christophe Fillion-Robin 2018-10-13 06:58:02 -04:00 committed by GitHub
commit 537a464742
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.7.1
$PIP install scikit-build==0.8.1
done