Skip to content

Commit dedd641

Browse files
committed
Merge branch 'master' of github.com:petercorke/robotics-toolbox-python
2 parents c0db4a8 + 3611aa2 commit dedd641

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)