File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
python setup.py build_ext --inplace
15
15
echo "🛠 Completed rebuilding NumPy!! 🛠 "
16
16
echo "📖 Building docs 📖 "
17
- git submodule update --init
18
17
cd doc
19
18
make html
20
19
echo "✨ Pre-build complete! You can close this terminal ✨ "
@@ -60,4 +59,4 @@ github:
60
59
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
61
60
addBadge : false
62
61
# add a label once the prebuild is ready to pull requests (defaults to false)
63
- addLabel : false
62
+ addLabel : false
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ COPY --chown=gitpod . /tmp/numpy_repo
8
8
9
9
# the clone should be deep enough for versioneer to work
10
10
RUN git clone --shallow-since=2021-05-22 file:////tmp/numpy_repo /tmp/numpy
11
+ RUN git submodule update --init
11
12
12
13
# -----------------------------------------------------------------------------
13
14
# Using the numpy-dev Docker image as a base
You can’t perform that action at this time.
0 commit comments