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

use full glob for artifacts

parent f0a72fbb
No related branches found
No related tags found
No related merge requests found
Pipeline #95092 passed
......@@ -5,5 +5,5 @@ manylinux2014:
- bash --login tools/pylib/_boutcore_build/build-wheels.sh manylinux2014_x86_64
artifacts:
paths:
- /io/wheelhouse/
- /io/wheelhouse/*whl
......@@ -33,6 +33,8 @@ for whl in wheelhouse/*.whl; do
LD_LIBRARY_PATH=$(realpath ../../../lib/) repair_wheel "$whl"
done
ls -l /io/wheelhouse
for PYBIN in /opt/python/*/bin/; do
"${PYBIN}/pip" install $NAME --no-index -f /io/wheelhouse
if test -e "${PYBIN}/nosetests"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment