Commit ebf50e5c authored by Forest Gregg's avatar Forest Gregg
parent 98b98ef9
...@@ -11,6 +11,7 @@ for PYBIN in /opt/python/*/bin; do ...@@ -11,6 +11,7 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp36"* ]]; then [[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install -e /io/ "${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/ "${PYBIN}/pip" wheel /io/ -w wheelhouse/
rm -rf /io/build /io/*.egg-info
fi fi
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment