We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73faf3c commit c789a2eCopy full SHA for c789a2e
azure/templates/post-deploy.yml
@@ -87,6 +87,9 @@ steps:
87
88
- bash: |
89
echo "Subscribing SQS to MNS for notifications."
90
+ pyenv local 3.11
91
+ poetry env use 3.11
92
+ poetry install --no-root
93
poetry run python src/subscribe_mns.py
94
displayName: "Run MNS Subscription"
95
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
0 commit comments