diff options
author | Tania Allard <taniar.allard@gmail.com> | 2022-01-20 19:36:36 +0000 |
---|---|---|
committer | Tania Allard <taniar.allard@gmail.com> | 2022-01-20 19:36:41 +0000 |
commit | 844e337c119e6d55429e1df36c678f7941a55c7c (patch) | |
tree | 98c14f35c01d123c7cd015937a8934a3a4c8ed0e | |
parent | d3dcb0443a2bb34b56447eaef0e88dc99f704918 (diff) | |
download | numpy-844e337c119e6d55429e1df36c678f7941a55c7c.tar.gz |
BUG: Remove lock file --unshallow
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 9c3888de5..c46752f10 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -10,6 +10,7 @@ tasks: init: | mkdir -p .vscode cp tools/gitpod/settings.json .vscode/settings.json + rm -f /workspace/numpy/.git/shallow.lock conda activate numpy-dev git pull --unshallow # need to force this else the prebuild fails git fetch --tags |