Skip to content
Snippets Groups Projects
Commit 35844c41 authored by David Schwörer's avatar David Schwörer
Browse files

fix nose test

parent 11523ca1
No related branches found
No related tags found
No related merge requests found
Pipeline #95090 failed
......@@ -8,6 +8,8 @@ fi
make -j 4
cd tools/pylib/_boutcore_build/
export NAME=boutcore
export PLAT=$1
function repair_wheel {
......@@ -19,7 +21,6 @@ function repair_wheel {
fi
}
for PYBIN in /opt/python/*/bin;
do
make clean
......@@ -33,6 +34,6 @@ for whl in wheelhouse/*.whl; do
done
for PYBIN in /opt/python/*/bin/; do
"${PYBIN}/pip" install python-manylinux-demo --no-index -f /io/wheelhouse
(cd "$HOME"; "${PYBIN}/nosetests" pymanylinuxdemo)
"${PYBIN}/pip" install $NAME --no-index -f /io/wheelhouse
(cd "$HOME"; "${PYBIN}/nosetests" $NAME)
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment