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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8b20ce7a ci: Allow install a non-debian-packaged Python package (#666)
8b20ce7a is described below

commit 8b20ce7a21a3c56cba47a20ad3926b084f8dafde
Author: Xuanwo <[email protected]>
AuthorDate: Sun Oct 13 10:40:55 2024 +0800

    ci: Allow install a non-debian-packaged Python package (#666)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/bindings_python_ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/bindings_python_ci.yml 
b/.github/workflows/bindings_python_ci.yml
index d4b1aa92..b5fb44ed 100644
--- a/.github/workflows/bindings_python_ci.yml
+++ b/.github/workflows/bindings_python_ci.yml
@@ -45,7 +45,7 @@ jobs:
       - uses: actions/checkout@v4
       - name: Install tools
         run: |
-          pip install ruff
+          pip install ruff --break-system-packages
       - name: Check format
         working-directory: "bindings/python"
         run: |
@@ -78,6 +78,6 @@ jobs:
         shell: bash
         run: |
           set -e
-          pip install hatch==1.12.0
+          pip install hatch==1.12.0 --break-system-packages
           hatch run dev:pip install dist/pyiceberg_core-*.whl --force-reinstall
           hatch run dev:test

Reply via email to