Skip to content

Commit 3cbd9d3

Browse files
committed
Added a check after the python runtime to update library path
1 parent e01eeca commit 3cbd9d3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

azure/build-prereqs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
1919
2020
- task: UsePythonVersion@0
21+
name: UsePy
2122
displayName: 'Use Python 3.13'
2223
inputs:
2324
versionSpec: '3.13'

azure/common/apigee-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
displayName: 'Query and set python tool cache path'
158158
159159
- task: UsePythonVersion@0
160+
name: UsePy
160161
displayName: "Use Python ${{ parameters.python_version }}"
161162
inputs:
162163
versionSpec: ${{ parameters.python_version }}

azure/utils-pr-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
4545
4646
- task: UsePythonVersion@0
47+
name: UsePy
4748
displayName: 'Use Python 3.13'
4849
inputs:
4950
versionSpec: 3.13

0 commit comments

Comments
 (0)