Skip to content

Commit

Permalink
Update build-wheels.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl authored May 12, 2022
1 parent 206b2d1 commit 1a94c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cd ./io

# Compile wheels
for PYBIN in /opt/python/cp3*/bin; do
"${PYBIN}/pip" install .
"${PYBIN}/pip" install pytest
# "${PYBIN}/pip" install .
# "${PYBIN}/pip" install pytest
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
done

Expand Down

0 comments on commit 1a94c2e

Please sign in to comment.