Skip to content

Commit

Permalink
Trying to solve python in windows ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 25, 2023
1 parent a1e51c5 commit b9e4460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/metacall-environment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9e4460

Please sign in to comment.