SIGN IN SIGN UP
langflow-ai / langflow UNCLAIMED

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

146432 0 0 Python

ci: wire pre_release input to cross-platform tests (#11925)

The cross-platform-test.yml references inputs.pre_release in the
force-reinstall steps (added in PR #11322) but never declares it as a
workflow_call input. release.yml also never passes it. This means
inputs.pre_release is always empty, force-reinstall always uses
--no-deps, and dependency resolution fails for RC versions.

- Add pre_release as a workflow_call boolean input in cross-platform-test.yml
- Pass pre_release from release.yml when calling cross-platform-test.yml
V
vjgit96 committed
6e95b7cdcc9d1f5f9e941bfea6b17eb1911f5d61
Parent: 7c43e4c
Committed by GitHub <[email protected]> on 2/27/2026, 2:40:02 AM