Merge pull request #241 from dockcross/manylinux-update-scikit-build

manylinux: Update version of scikit-build from 0.6.1 to 0.7.1
This commit is contained in:
Jean-Christophe Fillion-Robin 2018-07-10 05:50:13 +00:00
commit a0b62f5717
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.6.1
$PIP install scikit-build==0.7.1
done