This is an automated email from the ASF dual-hosted git repository.
leekeiabstraction 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 e48a8a7 chore: fix python CI - reduce workers to 2 with loadfile
distribution (#529)
e48a8a7 is described below
commit e48a8a78bb7e6ded229020c7cb9d175102b85cb5
Author: Kaiqi Dong <[email protected]>
AuthorDate: Sun May 3 22:53:02 2026 +0200
chore: fix python CI - reduce workers to 2 with loadfile distribution (#529)
---
.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 88c1838..93f2eed 100644
--- a/.github/workflows/build_and_test_python.yml
+++ b/.github/workflows/build_and_test_python.yml
@@ -77,7 +77,7 @@ jobs:
- name: Run tests (parallel)
working-directory: bindings/python
- run: uv run --no-sync pytest test/ -v -n auto
+ run: uv run --no-sync pytest test/ -v -n 2 --dist=loadfile
env:
RUST_LOG: DEBUG
RUST_BACKTRACE: full