From bf9ddd2472008272b829fd1b4cc351df3abb98f2 Mon Sep 17 00:00:00 2001 From: Nok Lam Chan Date: Tue, 27 Feb 2024 11:35:20 +0000 Subject: [PATCH] Update .gitpod.yml (#3656) Signed-off-by: Nok Lam Chan --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index fd9b4a4998..89a383da40 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,6 +8,7 @@ tasks: pip install -e /workspace/kedro[test] cd /workspace kedro new --name project -s spaceflights-pandas --checkout main + pip install -e project cd /workspace/kedro pre-commit install --install-hooks