Skip to content

Commit

Permalink
1806
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jul 20, 2024
1 parent 8ca6951 commit 529a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd $GITHUB_WORKSPACE/io
cd io

# Only build for the specified Python version
PYBIN="/opt/python/cp${PYTHON_VERSION//.}/bin"
PYBIN="/opt/python/cp${PYTHON_VERSION//.}-cp${PYTHON_VERSION//.}/bin"

# Install necessary packages
"${PYBIN}/python" -m pip install -U setuptools wheel setuptools-rust numpy==1.* cython
Expand Down

0 comments on commit 529a570

Please sign in to comment.