diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-02-16 10:56:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 10:56:01 -0500 |
| commit | 891ab8ee00755a539bd118b1bbe4e0a237a2d844 (patch) | |
| tree | 0410ecd11103b864d9614607c9e50d7adbd688c0 | |
| parent | 0cb575b1b99571c4a9dfb6e51a118580e4ff9a4c (diff) | |
| parent | d07f69207be8971273a1361e9630ac6f601cc3f4 (diff) | |
| download | numpy-891ab8ee00755a539bd118b1bbe4e0a237a2d844.tar.gz | |
Merge pull request #23224 from WarrenWeckesser/gitpod-submodule
CI: Ensure submodules are initialized in gitpod.
| -rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index c46752f10..42513de8d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -14,6 +14,7 @@ tasks: conda activate numpy-dev git pull --unshallow # need to force this else the prebuild fails git fetch --tags + git submodule update --init python setup.py build_ext --inplace echo "🛠Completed rebuilding NumPy!! 🛠" echo "📖 Building docs 📖 " |
