Skip to content

Commit

Permalink
Fix azure pipeline (ht Gene).
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss authored and hoffmang9 committed Apr 5, 2021
1 parent 6cae962 commit 95d6030
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 95d6030

Please sign in to comment.