GitLab | UTCN

Skip to content
Snippets Groups Projects
Unverified Commit de15ac32 authored by Jesse Haviland's avatar Jesse Haviland Committed by GitHub
Browse files

Update build-wheels.sh

parent 703e2cf6
No related branches found
No related tags found
Loading
......@@ -14,8 +14,8 @@ cd ./io
# Compile wheels
for PYBIN in /opt/python/cp3*/bin; do
"${PYBIN}/pip" install .
"${PYBIN}/pip" install pytest
# "${PYBIN}/pip" install .
# "${PYBIN}/pip" install pytest
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment