diff --git a/tools/metacall-environment.ps1 b/tools/metacall-environment.ps1 index d2e5573ee..78e05c1f4 100755 --- a/tools/metacall-environment.ps1 +++ b/tools/metacall-environment.ps1 @@ -43,6 +43,7 @@ function Set-Python { Write-Output "-DPython3_INCLUDE_DIRS=""$PythonRuntimeDir/include""" >> $Env_Opts Write-Output "-DPython3_LIBRARIES=""$PythonRuntimeDir/libs/python39_d.lib;$PythonRuntimeDir/libs/python39.lib""" >> $Env_Opts Write-Output "-DPython3_Development_FOUND=1" >> $Env_Opts + Write-Output "-DPython3_FIND_REGISTRY=NEVER" >> $Env_Opts # Install dependencies for tests pip3 install requests