Skip to content

Commit 28f6d88

Browse files
committed
Added a additional step to query and set the python tool cache
1 parent 3e64e3a commit 28f6d88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure/common/apigee-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ jobs:
164164
- ${{ each cache_step in parameters.cache_steps }}:
165165
- ${{ cache_step }}
166166

167-
- bash: |
168-
ls -l /agent/_work/_tool/Python/3.13.7/x64/bin/
169-
/agent/_work/_tool/Python/3.13.7/x64/bin/python --version
170-
displayName: DEBUG Python path
171-
172167
- bash: |
173168
n=0
174169
until [ "$n" -ge 3 ]

0 commit comments

Comments
 (0)