Skip to content

Commit c789a2e

Browse files
committed
VED-79: setting python version to 3.11
1 parent 73faf3c commit c789a2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure/templates/post-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ steps:
8787
8888
- bash: |
8989
echo "Subscribing SQS to MNS for notifications."
90+
pyenv local 3.11
91+
poetry env use 3.11
92+
poetry install --no-root
9093
poetry run python src/subscribe_mns.py
9194
displayName: "Run MNS Subscription"
9295
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"

0 commit comments

Comments
 (0)