mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-05-01 15:26:06 +02:00
manylinux: Deduplicate install-skbuild.sh and rename to install-python-packages.sh
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for PIP in /opt/python/*/bin/pip; do
|
||||
$PIP install scikit-build==0.4.0
|
||||
done
|
||||
Reference in New Issue
Block a user