Skip to content

Commit

Permalink
Another attempt at initing submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 24, 2025
1 parent 4a13db6 commit 6e9d626
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ stages:
python.version: '3.13'

steps:
- checkout: self
submodules: true
- script: |
git submodule update --init --recursive
displayName: Init submodules
# Secure files documentation:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops
Expand Down Expand Up @@ -124,6 +125,9 @@ stages:
python.installer.name: 'macos11.pkg'

steps:
- script: |
git submodule update --init --recursive
displayName: Init submodules
- script: |
installer=python-$(python.org.version)-$(python.installer.name)
Expand Down

0 comments on commit 6e9d626

Please sign in to comment.