Skip to content

Commit 9ab493a

Browse files
committed
Updated zure pipeline with tool cache path env var
1 parent b618997 commit 9ab493a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure/utils-pr-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
workspace:
3030
clean: all
3131
steps:
32+
- bash: |
33+
echo "Setting python tool cache path"
34+
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/3.13.7/x64/lib/"
35+
displayName: 'Set python tool cache path'
36+
3237
- task: UsePythonVersion@0
3338
displayName: 'Use Python 3.13'
3439
inputs:

0 commit comments

Comments
 (0)