Skip to content

Commit 22873f4

Browse files
committed
Debug the python path
1 parent dac7aab commit 22873f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure/common/apigee-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ jobs:
143143
parameters:
144144
service_name: "${{ parameters.service_name }}"
145145

146-
# - bash: |
147-
# echo "Setting python tool cache path"
148-
# echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149-
# displayName: 'Set python tool cache path'
146+
- bash: |
147+
echo "Setting python tool cache path"
148+
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149+
displayName: 'Set python tool cache path'
150150
151151
- task: UsePythonVersion@0
152152
displayName: "Use Python ${{ parameters.python_version }}"

0 commit comments

Comments
 (0)