summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-02-15 12:12:21 -0500
committerGitHub <noreply@github.com>2023-02-15 12:12:21 -0500
commit51ecf84013a6c8325f9dd0571a48794fc0e448a4 (patch)
treea2f2114af97ab226c51c553cbb9378e5199d0211 /azure-pipelines.yml
parent4aca866c292eec899f75475ff14f7d5c1025e394 (diff)
parentde208a0e38b1e0dc5b537033e1e6e3b3f1e15702 (diff)
downloadnumpy-51ecf84013a6c8325f9dd0571a48794fc0e448a4.tar.gz
Merge pull request #23216 from seberg/refguide-mac-submodule
CI: Ensure submodules are initialized on MacOS CI
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b1289b038..e99ee1002 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -140,6 +140,9 @@ stages:
NPY_USE_BLAS_ILP64: '1'
USE_OPENBLAS: '1'
steps:
+ - script: |
+ git submodule update --init
+ displayName: 'Fetch submodules'
# the @0 refers to the (major) version of the *task* on Microsoft's
# end, not the order in the build matrix nor anything to do
# with version of Python selected