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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fa17c9465 [CI] Fix the failed CI build extension (#2595)
4fa17c9465 is described below

commit 4fa17c946543d530413cc324ebc9b9eb32a17f70
Author: Jia Yu <[email protected]>
AuthorDate: Sun Jan 18 23:47:45 2026 -0700

    [CI] Fix the failed CI build extension (#2595)
---
 .github/workflows/python-extension.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/python-extension.yml 
b/.github/workflows/python-extension.yml
index c4eb20a881..3399c8afd3 100644
--- a/.github/workflows/python-extension.yml
+++ b/.github/workflows/python-extension.yml
@@ -66,6 +66,8 @@ jobs:
           python-version: ${{ matrix.python }}
       - name: Install uv
         uses: astral-sh/setup-uv@v7
+        with:
+          version: '0.9.22'
       - name: Install dependencies (dev)
         run: |
           uv sync

Reply via email to