diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-02-15 12:12:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 12:12:21 -0500 |
commit | 51ecf84013a6c8325f9dd0571a48794fc0e448a4 (patch) | |
tree | a2f2114af97ab226c51c553cbb9378e5199d0211 /azure-pipelines.yml | |
parent | 4aca866c292eec899f75475ff14f7d5c1025e394 (diff) | |
parent | de208a0e38b1e0dc5b537033e1e6e3b3f1e15702 (diff) | |
download | numpy-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.yml | 3 |
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 |