Skip to content

Commit 0feceda

Browse files
committed
VED-79: python dependencies
1 parent c789a2e commit 0feceda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure/templates/post-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,12 @@ steps:
8787
8888
- bash: |
8989
echo "Subscribing SQS to MNS for notifications."
90-
pyenv local 3.11
90+
pyenv install -s 3.11.11
91+
pyenv local 3.11.11
92+
echo "Setting up poetry environment..."
9193
poetry env use 3.11
9294
poetry install --no-root
95+
echo "Subscribing SQS to MNS for notifications..."
9396
poetry run python src/subscribe_mns.py
9497
displayName: "Run MNS Subscription"
9598
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"

0 commit comments

Comments
 (0)