Skip to content

Commit 2641a5f

Browse files
committed
VED-79: fix modules issues
1 parent 0feceda commit 2641a5f

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
@@ -92,6 +92,10 @@ steps:
9292
echo "Setting up poetry environment..."
9393
poetry env use 3.11
9494
poetry install --no-root
95+
96+
echo "Setting PYTHONPATH..."
97+
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription
98+
9599
echo "Subscribing SQS to MNS for notifications..."
96100
poetry run python src/subscribe_mns.py
97101
displayName: "Run MNS Subscription"

0 commit comments

Comments
 (0)