summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-01-23 15:09:56 -0700
committerGitHub <noreply@github.com>2022-01-23 15:09:56 -0700
commit3351ec6e0caa367c7dcee9f9d8058519a56c3507 (patch)
tree885dc9e7e6af48d865629887e5d6ccbdbc2f4979
parent72a27ad2798575fa5dce9046815597b3a63109a2 (diff)
parent844e337c119e6d55429e1df36c678f7941a55c7c (diff)
downloadnumpy-3351ec6e0caa367c7dcee9f9d8058519a56c3507.tar.gz
Merge pull request #20868 from trallard/trallard/gitpod-hotfix
BUG: Gitpod Remove lock file --unshallow
-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