Skip to content

chore: skip duplicate pyfluss build in Python CI - #483

Merged
leekeiabstraction merged 1 commit into
apache:mainfrom
fresh-borzoni:fix/python-ci-double-build
Apr 5, 2026
Merged

chore: skip duplicate pyfluss build in Python CI#483
leekeiabstraction merged 1 commit into
apache:mainfrom
fresh-borzoni:fix/python-ci-double-build

Conversation

@fresh-borzoni

Copy link
Copy Markdown
Member

Summary

closes #481

uv sync builds pyfluss from source, then maturin develop rebuilds it.
Adding --no-install-project so only maturin develop compiles the Rust extension.

@fresh-borzoni

Copy link
Copy Markdown
Member Author

@leekeiabstraction PTAL 🙏

@leekeiabstraction leekeiabstraction left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY. LGTM

@leekeiabstraction
leekeiabstraction merged commit fd581ba into apache:main Apr 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ci] avoid double Python binding build in CI

2 participants