Skip to content

Commit

Permalink
Checkout self and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 12, 2025
1 parent 6e77ff4 commit b5c5417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ stages:
python.version: '3.9'

steps:
- checkout: self
submodules: true

# Secure files documentation:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops
Expand Down Expand Up @@ -87,6 +89,8 @@ stages:
python.installer.name: 'macos11.pkg'

steps:
- checkout: self
submodules: true

- script: |
installer=python-$(python.org.version)-$(python.installer.name)
Expand Down

0 comments on commit b5c5417

Please sign in to comment.