Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Aug 24, 2024
1 parent c5858eb commit 75bd0c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75bd0c3

Please sign in to comment.