From 75bd0c31aecac25624420f259df5f599c68eeb57 Mon Sep 17 00:00:00 2001 From: Nok Date: Sat, 24 Aug 2024 18:54:02 +0000 Subject: [PATCH] fix setup Signed-off-by: Nok --- .gitpod.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 2a2cb8ee2..acdafe7a8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -11,7 +11,10 @@ tasks: init: | make sign-off pip install uv - make install install-test-requirements + uv venv + echo source .venv/bin/activate >> ~/.bashrc + source ~/.bashrc + make install-test-requirements plugin=kedro-datasets command: | pre-commit install --install-hooks clear