Skip to content

Commit f4e7e5d

Browse files
authored
[test-release.sh] Fix python 3.12 compatibility (#105993)
1 parent 439d7de commit f4e7e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/test-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ if [ $do_test_suite = "yes" ]; then
647647
TestSuiteSrcDir="$BuildDir/llvm-test-suite"
648648

649649
${venv} $SandboxDir
650-
$SandboxDir/bin/python $BuildDir/llvm-project/llvm/utils/lit/setup.py install
650+
$SandboxDir/bin/python -m pip install $BuildDir/llvm-project/llvm/utils/lit
651651
mkdir -p $TestSuiteBuildDir
652652
fi
653653

0 commit comments

Comments
 (0)