File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 - bash : |
147147 echo "Setting python tool cache path"
148148 echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149- displayName: 'Set python tool cache path'
149+ displayName: 'Set python tool cache path'
150150
151151 - task : UsePythonVersion@0
152152 displayName : " Use Python ${{ parameters.python_version }}"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ stages:
127127 - bash : |
128128 echo "Setting python tool cache path"
129129 echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130- displayName: 'Set python tool cache path'
130+ displayName: 'Set python tool cache path'
131131
132132 - task : UsePythonVersion@0
133133 displayName : " Use Python ${{ parameters.python_version }}"
You can’t perform that action at this time.
0 commit comments