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 c789a2e commit 0fecedaCopy full SHA for 0feceda
azure/templates/post-deploy.yml
@@ -87,9 +87,12 @@ steps:
87
88
- bash: |
89
echo "Subscribing SQS to MNS for notifications."
90
- pyenv local 3.11
+ pyenv install -s 3.11.11
91
+ pyenv local 3.11.11
92
+ echo "Setting up poetry environment..."
93
poetry env use 3.11
94
poetry install --no-root
95
+ echo "Subscribing SQS to MNS for notifications..."
96
poetry run python src/subscribe_mns.py
97
displayName: "Run MNS Subscription"
98
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
0 commit comments