Skip to content

Commit dac7aab

Browse files
committed
Debug the python path
1 parent ce6a14b commit dac7aab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure/common/apigee-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156
- ${{ each cache_step in parameters.cache_steps }}:
157157
- ${{ cache_step }}
158158

159+
- bash: |
160+
ls -l /agent/_work/_tool/Python/3.13.7/x64/bin/
161+
/agent/_work/_tool/Python/3.13.7/x64/bin/python --version
162+
displayName: DEBUG Python path
163+
159164
- bash: |
160165
n=0
161166
until [ "$n" -ge 3 ]

0 commit comments

Comments
 (0)