Skip to content

Commit

Permalink
include install uv before run it
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Nov 25, 2024
1 parent 5cac314 commit 0e985ea
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: Installs Kedro from the main branch and other Python dependencies,
runs:
using: composite
steps:
- name: Install uv
run: |-
pip install uv
shell: bash
- name: Install Python dependencies
run: |-
uv pip install git+https://github.com/kedro-org/kedro@main
Expand Down

0 comments on commit 0e985ea

Please sign in to comment.