Skip to content

Commit 1a94c2e

Browse files
authored
Update build-wheels.sh
1 parent 206b2d1 commit 1a94c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/build-wheels.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ cd ./io
1414

1515
# Compile wheels
1616
for PYBIN in /opt/python/cp3*/bin; do
17-
"${PYBIN}/pip" install .
18-
"${PYBIN}/pip" install pytest
17+
# "${PYBIN}/pip" install .
18+
# "${PYBIN}/pip" install pytest
1919
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
2020
done
2121

0 commit comments

Comments
 (0)