mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
ci(tests): leverage official uv action for install
Merge https://github.com/google/adk-python/pull/1547 This PR replaces the `curl`-based installation of `uv` to instead use the [official GitHub Action from Astral](https://github.com/astral-sh/setup-uv). Closes #1545 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1547 from d33bs:use-uv-action 05ab7a138cbb5babee30ea81e83f26064e041529 PiperOrigin-RevId: 775402484
This commit is contained in:
committed by
Copybara-Service
parent
9e473e0abd
commit
09f1269bf7
@@ -36,8 +36,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install the latest version of uv
|
||||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
uses: astral-sh/setup-uv@v6
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user