We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ec628 commit 02de682Copy full SHA for 02de682
1 file changed
scripts/internal/manylinux-build-wheels.sh
@@ -54,7 +54,7 @@ for PYBIN in /opt/python/*/bin; do
54
echo "PYTHON_INCLUDE_DIR:${PYTHON_INCLUDE_DIR}"
55
echo "PYTHON_LIBRARY:${PYTHON_LIBRARY}"
56
57
- ${PYBIN}/pip install --user -r /work/requirements-dev.txt
+ ${PYBIN}/pip install -r /work/requirements-dev.txt
58
${PYBIN}/python setup.py bdist_wheel -G Ninja -- \
59
-DSimpleITK_DIR:PATH=/work/standalone-${arch}-build/SimpleITK-superbuild/SimpleITK-build \
60
-DSimpleITK_SOURCE_DIR:PATH=/work/standalone-${arch}-build/SimpleITK \
0 commit comments