We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b618997 commit 9ab493aCopy full SHA for 9ab493a
azure/utils-pr-pipeline.yml
@@ -29,6 +29,11 @@ jobs:
29
workspace:
30
clean: all
31
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
+
37
- task: UsePythonVersion@0
38
displayName: 'Use Python 3.13'
39
inputs:
0 commit comments