Skip to content

Commit 7f5d234

Browse files
authored
CI: fix Gitpod image build (numpy#21570)
Fixes numpygh-21551
1 parent eece996 commit 7f5d234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gitpod/gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COPY --from=clone --chown=gitpod /tmp/numpy ${WORKSPACE}
3434
WORKDIR ${WORKSPACE}
3535

3636
# Build numpy to populate the cache used by ccache
37+
RUN git config --global --add safe.directory /workspace/numpy
3738
RUN git submodule update --init --depth=1 -- numpy/core/src/umath/svml
3839
RUN conda activate ${CONDA_ENV} && \
3940
python setup.py build_ext --inplace && \

0 commit comments

Comments
 (0)