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 52ea1fa commit 5cc9b0eCopy full SHA for 5cc9b0e
.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-python --no-index -f /io/wheelhouse
+ "${PYBIN}/pip" install roboticstoolbox-python[dev,collision,vpython] --no-index -f /io/wheelhouse
30
("${PYBIN}/pytest")
31
done
32
0 commit comments