8000 Update build-wheels.sh · ragnarij/robotics-toolbox-python@3611aa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3611aa2

Browse files
authored
Update build-wheels.sh
1 parent 3ad5b80 commit 3611aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/build-wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cd ./io
1515
# Compile wheels
1616
for PYBIN in /opt/python/cp3*/bin; do
1717
# "${PYBIN}/pip" install .
18+
"${PYBIN}/pip" install numpy
1819
# "${PYBIN}/pip" install pytest
1920
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
2021
done

0 commit comments

Comments
 (0)
0