diff options
author | Bhavuk kalra <bhavukkalra1786@gmail.com> | 2022-04-19 03:10:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 14:40:58 -0700 |
commit | 48cad56eb8439245eb6aff3c885b57bbe9072172 (patch) | |
tree | 112f90855f39d070ebf9b2ec429c166582f3676d /.gitpod.yml | |
parent | 1428df89979dd18259ab7f91197a9a11a4199c5f (diff) | |
download | numpy-48cad56eb8439245eb6aff3c885b57bbe9072172.tar.gz |
DEV: remove esbonio from gitpod initialization. (#21348)
* DEV: remove "esbonio" installation in gitpod
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 096483fd6..c46752f10 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -19,8 +19,6 @@ tasks: echo "📖 Building docs 📖 " cd doc make html - echo "Installing dependencies for documentation Live-Preview" - pip install esbonio echo "✨ Pre-build complete! You can close this terminal ✨ " # -------------------------------------------------------- |