From 48cad56eb8439245eb6aff3c885b57bbe9072172 Mon Sep 17 00:00:00 2001 From: Bhavuk kalra Date: Tue, 19 Apr 2022 03:10:58 +0530 Subject: DEV: remove esbonio from gitpod initialization. (#21348) * DEV: remove "esbonio" installation in gitpod --- .gitpod.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitpod.yml') 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 ✨ " # -------------------------------------------------------- -- cgit v1.2.1