This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new c542e998 infra: add the missing `setup-uv` step (#2824)
c542e998 is described below

commit c542e998c63ea76e3d8b10bd5f83037c3dcf7af0
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Dec 19 00:52:56 2025 -0800

    infra: add the missing `setup-uv` step (#2824)
---
 .github/workflows/python-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml
index b7c44f92..2b3682cc 100644
--- a/.github/workflows/python-ci.yml
+++ b/.github/workflows/python-ci.yml
@@ -78,6 +78,8 @@ jobs:
     - uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python }}
+    - name: Install UV
+      uses: astral-sh/setup-uv@v7
     - name: Install system dependencies
       run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for 
kerberos
     - name: Install

Reply via email to