We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad5b80 commit 3611aa2Copy full SHA for 3611aa2
.github/build-wheels.sh
@@ -15,6 +15,7 @@ cd ./io
15
# Compile wheels
16
for PYBIN in /opt/python/cp3*/bin; do
17
# "${PYBIN}/pip" install .
18
+ "${PYBIN}/pip" install numpy
19
# "${PYBIN}/pip" install pytest
20
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
21
done
0 commit comments