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

Skip to content

Commit 89d4b76

Browse files
authored
Update build-wheels.sh
1 parent 5cc9b0e commit 89d4b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/build-wheels.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ for whl in wheelhouse/*.whl; do
2525
done
2626

2727
# 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
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
3232

3333
ls ./wheelhouse

0 commit comments

Comments
 (0)
0