Skip to content

Commit

Permalink
fix bug in linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Mar 16, 2024
1 parent 1c0eaa4 commit 4424c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel_build/build_wheel_for_linux.sh
Expand Up @@ -11,7 +11,7 @@ function repair_wheel {
fi
}

declare -a PythonVersions=("cp38-cp38" "cp39-cp39" "cp310-cp310" "cp311-cp311", "cp312-cp312")
declare -a PythonVersions=("cp38-cp38" "cp39-cp39" "cp310-cp310" "cp311-cp311" "cp312-cp312")

for val in ${PythonVersions[@]}; do
/opt/python/$val/bin/pip install -r /src/requirements.txt
Expand Down

0 comments on commit 4424c87

Please sign in to comment.