Skip to content

Commit

Permalink
Kedro need more uv (#3740)
Browse files Browse the repository at this point in the history
* Kedro need more uv

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>

* remove docker

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>

---------

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Mar 27, 2024
1 parent 35ee3ea commit b77de75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .gitpod.Dockerfile

This file was deleted.

13 changes: 9 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
image:
file: .gitpod.Dockerfile
image: gitpod/workspace-python-3.11

tasks:
- name: kedro

init: |
make sign-off
pip install -e /workspace/kedro[test]
pip install uv
uv venv
source .venv/bin/activate
uv pip install -e /workspace/kedro[test]
cd /workspace
kedro new --name project -s spaceflights-pandas --checkout main
pip install -e project
uv pip install -e project
cd /workspace/kedro
pre-commit install --install-hooks
command: |
clear
source .venv/bin/activate
kedro info
github:
prebuilds:
# enable for the master/default branch (defaults to true)
Expand Down

0 comments on commit b77de75

Please sign in to comment.