Skip to content

Commit

Permalink
Just do equality check
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Sep 25, 2024
1 parent c2d5aaf commit ea5d86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function build_wheel {
fi

distutils_version=""
if [ "$pyver" > "3.12" ]; then
if [ "$pyver" = "3.12" ]; then
distutils_version="local"
else
distutils_version="stdlib"
Expand Down

0 comments on commit ea5d86a

Please sign in to comment.