summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitpod.yml1
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 📖 "