This is an automated email from the ASF dual-hosted git repository.
xuanwo 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 6f392e3a ci: Fix CI for bindings python (#678)
6f392e3a is described below
commit 6f392e3a525fe1d08c6789e7ea9df904d80f06ba
Author: Xuanwo <[email protected]>
AuthorDate: Wed Oct 23 15:33:03 2024 +0800
ci: Fix CI for bindings python (#678)
* ci: Fix CI for bindings python
* Update bindings_python_ci.yml
---
.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 b5fb44ed..d4b1aa92 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 --break-system-packages
+ pip install ruff
- name: Check format
working-directory: "bindings/python"
run: |
@@ -78,6 +78,6 @@ jobs:
shell: bash
run: |
set -e
- pip install hatch==1.12.0 --break-system-packages
+ pip install hatch==1.12.0
hatch run dev:pip install dist/pyiceberg_core-*.whl --force-reinstall
hatch run dev:test