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

Skip to content

Commit 1c16667

Browse files
authored
Update build-wheels.sh
1 parent 5d9220b commit 1c16667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ done
2626

2727
# Install packages and test
2828
for PYBIN in /opt/python/cp3[6-8]*/bin/; do
29-
"${PYBIN}/pip" install roboticstoolbox --no-index -f /io/wheelhouse
29+
"${PYBIN}/pip" install roboticstoolbox-python --no-index -f /io/wheelhouse
3030
("${PYBIN}/pytest")
3131
done
3232

0 commit comments

Comments
 (0)
0