From e94d97ab7e795f58783e4ce78749974d28f0d647 Mon Sep 17 00:00:00 2001 From: Snigdhajyoti Ghosh Date: Sun, 3 Dec 2023 11:57:36 +0000 Subject: [PATCH] Init gitpod config --- .gitpod.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..0703d84 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pip install -e .