mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #53 from thewtex/scikit-build-0.4.0
manylinux-x{64,86}: Bump scikit-build to 0.4.0
This commit is contained in:
commit
95f2462567
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for PIP in /opt/python/*/bin/pip; do
|
||||
$PIP install scikit-build==0.3.0
|
||||
$PIP install scikit-build==0.4.0
|
||||
done
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for PIP in /opt/python/*/bin/pip; do
|
||||
$PIP install scikit-build==0.3.0
|
||||
$PIP install scikit-build==0.4.0
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user