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 0feceda commit 2641a5fCopy full SHA for 2641a5f
azure/templates/post-deploy.yml
@@ -92,6 +92,10 @@ steps:
92
echo "Setting up poetry environment..."
93
poetry env use 3.11
94
poetry install --no-root
95
+
96
+ echo "Setting PYTHONPATH..."
97
+ export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription
98
99
echo "Subscribing SQS to MNS for notifications..."
100
poetry run python src/subscribe_mns.py
101
displayName: "Run MNS Subscription"
0 commit comments