diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9eea1468d..e75e02ad2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -54,6 +54,11 @@ jobs: fetch-depth: 0 submodules: true persist-credentials: false + - if: ${{ matrix.os.family == 'linux' }} + name: "[Linux] Install UV" + shell: bash + run: | + curl -LsSf https://astral.sh/uv/install.sh | sh - uses: actions/setup-python@v5 - name: Get FFI shell: bash