diff options
author | mattip <matti.picus@gmail.com> | 2021-10-10 10:54:33 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-10-10 10:54:33 +0300 |
commit | 96e78581e3f2c94b9ba4aade75bdeb4f5227d639 (patch) | |
tree | a135d96bc7ab794b19f22d7059bd7bd3e4a045f5 /.gitpod.yml | |
parent | 1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2 (diff) | |
download | numpy-96e78581e3f2c94b9ba4aade75bdeb4f5227d639.tar.gz |
move "git submodule update" earlier in docker creation
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index dfbee831a..f9c35fd9b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -14,7 +14,6 @@ tasks: python setup.py build_ext --inplace echo "🛠Completed rebuilding NumPy!! 🛠" echo "📖 Building docs 📖 " - git submodule update --init cd doc make html echo "✨ Pre-build complete! You can close this terminal ✨ " @@ -60,4 +59,4 @@ github: # add a "Review in Gitpod" button to the pull request's description (defaults to false) addBadge: false # add a label once the prebuild is ready to pull requests (defaults to false) - addLabel: false
\ No newline at end of file + addLabel: false |