Fix azure pipeline (ht Gene).

This commit is contained in:
Richard Kiss
2021-04-04 21:41:39 -07:00
committed by Gene Hoffman
parent 6cae9625f6
commit 95d6030876
+5
View File
@@ -22,6 +22,11 @@ variables:
- group: Apple-Notarize-Variables
steps:
- checkout: self # self represents the repo where the initial Azure Pipelines YAML file was found
submodules: recursive
fetchDepth: 0
displayName: "Checkout code"
- task: UsePythonVersion@0
inputs:
versionSpec: "$(python.version)"