GitLab | UTCN

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

Update build-wheels.sh

parent 1a4bd21e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ function repair_wheel {
cd ./io
# Compile wheels
for PYBIN in /opt/python/cp3[6-10]*/bin; do
for PYBIN in /opt/python/cp3*/bin; do
"${PYBIN}/pip" install .
"${PYBIN}/pip" install pytest
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
......
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