Skip to content

Commit

Permalink
Try prepending the python path
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Nov 14, 2024
1 parent 3edcdaa commit 5ed2881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
imageName: Linux
preset_name: ci-linux-x64
home_dir: /home/buildbot
python_dir: /opt/hostedtoolcache/Python/3.10.13/x64/bin

pool:
name: BlueQuartz Self Hosted
Expand Down Expand Up @@ -95,6 +96,8 @@ jobs:
#==================================================================================================

- powershell: |
$UpdatedPath = '$(python_dir)' + [IO.Path]::PathSeparator + [System.Environment]::GetEnvironmentVariable('PATH', [System.EnvironmentVariableTarget]::Process)
[System.Environment]::SetEnvironmentVariable('PATH', $UpdatedPath, [System.EnvironmentVariableTarget]::Process)
cd $(Build.BinariesDirectory)
ctest -VV -DCTEST_SOURCE_DIR=$(simplnx_source_dir) -DCTEST_BINARY_DIRECTORY=$(Build.BinariesDirectory) -Ddashboard_model=Experimental -DCTEST_DASHBOARD_ROOT=$(Build.Repository.LocalPath) -DCMAKE_PRESET_NAME="$(preset_name)" -DCTEST_CONFIGURATION_TYPE=Release -S $(Build.Repository.LocalPath)/.azure/azure_ci_configure.cmake
displayName: CDash Update/Configure
Expand Down

0 comments on commit 5ed2881

Please sign in to comment.