From 8e24dfdf9c926bb051b099997df4d627fdcafc30 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Thu, 24 Apr 2025 13:55:08 +0800 Subject: [PATCH] fix(ci): setup uv in sync workflow --- .github/workflows/py313-sync-cpython.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/py313-sync-cpython.yml b/.github/workflows/py313-sync-cpython.yml index 9305dbc4b2..3905728edb 100644 --- a/.github/workflows/py313-sync-cpython.yml +++ b/.github/workflows/py313-sync-cpython.yml @@ -30,6 +30,9 @@ jobs: - name: Install Dependencies run: sudo apt-get install gettext + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Sync with CPython run: make clone && make merge && make rm_cpython