Skip to content

Commit b11a51d

Browse files
committed
Use Python 3.11 in the post-deploy pipeline steps.
1 parent 956d5d2 commit b11a51d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure/templates/post-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ steps:
115115
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)"
116116
117117
- bash: |
118-
pyenv install -s 3.10.8
119118
pyenv install -s 3.11.11
120-
pyenv global 3.10.8
119+
pyenv global 3.11.11
121120
python --version
122-
displayName: Install python 3.10 and 3.11
121+
displayName: Install python 3.11
123122
124123
- bash: |
125124
set -e

0 commit comments

Comments
 (0)