From a2729869679ba34d9eebc41d4aba2f5d8f10c855 Mon Sep 17 00:00:00 2001 From: Sajid Alam Date: Mon, 25 Nov 2024 14:39:12 +0000 Subject: [PATCH] remove uv install from setup Signed-off-by: Sajid Alam --- .github/actions/setup_tests/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/setup_tests/action.yml b/.github/actions/setup_tests/action.yml index dafcd5673a..4de29e785a 100644 --- a/.github/actions/setup_tests/action.yml +++ b/.github/actions/setup_tests/action.yml @@ -33,11 +33,6 @@ runs: path: ~\AppData\Local\pip\Cache key: ${{inputs.os}}-python-${{inputs.python-version}} - - name: Install uv - run: | - pip install uv - shell: bash - - name: Install Kedro and other Python Dependencies uses: "./.github/actions/install_kedro_and_python_dependencies"