Skip to content

Commit

Permalink
Programming is fun
Browse files Browse the repository at this point in the history
See actions/setup-python#785

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Feb 26, 2024
1 parent a1dab06 commit 56db46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kedro-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Install uv
run: |
python -m pip install "uv==0.1.10"
- name: Address GHA bug # https://github.com/actions/setup-python/issues/785
run: |
rm -rfv ${Python_ROOT_DIR}/lib/python3.9/site-packages/pip-23.0.1.dist-info
- name: Install dependencies
run: |
cd kedro-datasets
Expand Down

0 comments on commit 56db46f

Please sign in to comment.