Commit 8202cc3a authored by Michael Davidsaver's avatar Michael Davidsaver

minor

parent b1c8fa44
......@@ -6,11 +6,10 @@ cd /io
echo "============================================================"
BASE="$PYTHONPATH"
TOP="$PWD/root"
for PYBIN in /opt/python/*/bin
do
rm -rf "$TOP" build repo
rm -rf build repo
export PYTHONPATH="$BASE"
# needed for isolated wheel build
......@@ -30,4 +29,6 @@ do
"${PYBIN}/python" -m pip install -v --no-index -f repo dsodemo
"${PYBIN}/python" -m dsodemo.cli
"${PYBIN}/python" -m pip uninstall -y dsodemo
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