fixes merge hooks (#22730)

This commit is contained in:
S34N
2023-10-05 22:27:09 +01:00
committed by GitHub
parent d31012330b
commit a33bd5b856
4 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
# Copy a ._pth file without "import site" commented, so pip will work
Copy-Item "$Bootstrap/python37._pth" $PythonDir `
Copy-Item "$Bootstrap/python311._pth" $PythonDir `
-ErrorAction Stop
Remove-Item $Archive