This is an automated email from the ASF dual-hosted git repository.
leekei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new fd581ba chore: skip duplicate pyfluss build in Python CI (#483)
fd581ba is described below
commit fd581bac6c2d168e82b75df7093f836f31514a87
Author: Anton Borisov <[email protected]>
AuthorDate: Sun Apr 5 22:19:56 2026 +0100
chore: skip duplicate pyfluss build in Python CI (#483)
---
.github/workflows/build_and_test_python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test_python.yml
b/.github/workflows/build_and_test_python.yml
index 42b6ffa..3f67157 100644
--- a/.github/workflows/build_and_test_python.yml
+++ b/.github/workflows/build_and_test_python.yml
@@ -72,7 +72,7 @@ jobs:
- name: Build Python bindings
working-directory: bindings/python
run: |
- uv sync --extra dev
+ uv sync --extra dev --no-install-project
uv run maturin develop
- name: Run Python integration tests (parallel)