diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-23 15:09:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 15:09:56 -0700 |
commit | 3351ec6e0caa367c7dcee9f9d8058519a56c3507 (patch) | |
tree | 885dc9e7e6af48d865629887e5d6ccbdbc2f4979 | |
parent | 72a27ad2798575fa5dce9046815597b3a63109a2 (diff) | |
parent | 844e337c119e6d55429e1df36c678f7941a55c7c (diff) | |
download | numpy-3351ec6e0caa367c7dcee9f9d8058519a56c3507.tar.gz |
Merge pull request #20868 from trallard/trallard/gitpod-hotfix
BUG: Gitpod 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 |