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 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