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