Skip to content

Commit

Permalink
Azure Pipeline: Make sure deployment runs with python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-douglass committed Apr 3, 2020
1 parent b9f14b4 commit 54a31b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ stages:
variables:
- group: deployment-information
steps:
- task: UsePythonVersion@0
displayName: Set python version
inputs: {versionSpec: 3.8}
- download: current
artifact: dist
- script: |
Expand Down

0 comments on commit 54a31b6

Please sign in to comment.