Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Nov 25, 2024
1 parent ef5d414 commit 15087cd
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ runs:
python -m pip install "uv==0.5.4"
shell: bash

- name: Install uv dependencies
run: |
uv pip install --system requests
shell: bash

- name: Install Python dependencies
run: |-
uv pip install git+https://github.com/kedro-org/kedro@main
uv pip install -r package/test_requirements.txt -r demo-project/src/docker_requirements.txt -U
uv pip install --system git+https://github.com/kedro-org/kedro@main
uv pip install --system -r package/test_requirements.txt -r demo-project/src/docker_requirements.txt -U
shell: bash

- name: Echo package versions
Expand Down

0 comments on commit 15087cd

Please sign in to comment.