8000
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 5cc9b0e commit 89d4b76Copy full SHA for 89d4b76
.github/build-wheels.sh
@@ -25,9 +25,9 @@ for whl in wheelhouse/*.whl; do
25
done
26
27
# Install packages and test
28
-for PYBIN in /opt/python/cp3[6-8]*/bin/; do
29
- "${PYBIN}/pip" install roboticstoolbox-python[dev,collision,vpython] --no-index -f /io/wheelhouse
30
- ("${PYBIN}/pytest")
31
-done
+#for PYBIN in /opt/python/cp3[6-8]*/bin/; do
+# "${PYBIN}/pip" install roboticstoolbox-python[dev,collision,vpython] --no-index -f /io/wheelhouse
+# ("${PYBIN}/pytest")
+#done
32
33
ls ./wheelhouse
0 commit comments