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 f89f624 commit 923f72cCopy full SHA for 923f72c
.github/build-wheels.sh
@@ -13,7 +13,7 @@ function repair_wheel {
13
cd ./io
14
15
# Compile wheels
16
-for PYBIN in /opt/python/cp3[5-8]*/bin; do
+for PYBIN in /opt/python/cp3[6-8]*/bin; do
17
"${PYBIN}/pip" install .
18
"${PYBIN}/pip" install pytest
19
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
@@ -25,7 +25,7 @@ for whl in wheelhouse/*.whl; do
25
done
26
27
# Install packages and test
28
-for PYBIN in /opt/python/cp3[5-8]*/bin/; do
+for PYBIN in /opt/python/cp3[6-8]*/bin/; do
29
"${PYBIN}/pip" install roboticstoolbox --no-index -f /io/wheelhouse
30
("${PYBIN}/pytest")
31
0 commit comments