Skip to content

Commit 5b41db2

Browse files
committed
VED-79: revert python path
1 parent de1ffc8 commit 5b41db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure/templates/post-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ steps:
9090
echo "Setting up poetry environment..."
9191
poetry env use 3.11
9292
poetry install --no-root
93+
94+
echo "Setting PYTHONPATH..."
95+
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription
96+
9397
echo "Subscribing SQS to MNS for notifications..."
9498
poetry run python src/subscribe_mns.py
9599
displayName: "Run MNS Subscription"

0 commit comments

Comments
 (0)