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 5d9220b commit 1c16667Copy full SHA for 1c16667
.github/build-wheels.sh
@@ -26,7 +26,7 @@ done
26
27
# Install packages and test
28
for PYBIN in /opt/python/cp3[6-8]*/bin/; do
29
- "${PYBIN}/pip" install roboticstoolbox --no-index -f /io/wheelhouse
+ "${PYBIN}/pip" install roboticstoolbox-python --no-index -f /io/wheelhouse
30
("${PYBIN}/pytest")
31
done
32
0 commit comments