Skip to content

Commit ae23868

Browse files
authored
Update pre_build_script.sh
1 parent f9a9939 commit ae23868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
2626
cp "$bin_path/Library/bin/libjpeg.dll" torchvision
2727

2828
# issue with Building torchvision on py3.13
29-
if[[ "$PYTHON_VERSION" == 3.13 ]]; then
29+
if [[ "$PYTHON_VERSION" == 3.13 ]]; then
3030
mkdir -p build\\temp.win-amd64-cpython-313\\Release
3131
fi
3232
fi

0 commit comments

Comments
 (0)