The GitHub Actions job "sandbox-lint" on 
airflow-steward.git/refactor-uv-workspace-dry has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
99339826af56dccd99f2988f70ed187769d7f448 / Jarek Potiuk <[email protected]>
fix(ci): pass --all-packages to uv sync so member scripts land in workspace venv

sandbox-lint failed CI with 'Failed to spawn: sandbox-lint'. Root
cause: `uv sync --group dev` from workspace root only installs
the root project's deps, and the root has `package = false`.
Member packages (and their `[project.scripts]` entry points
like `sandbox-lint`) are skipped unless `--all-packages` is
explicit. Locally this worked due to prior workspace state.

Adding `--all-packages` to every workspace sync in tests.yml,
pre-commit.yml, and sandbox-lint.yml.

Report URL: https://github.com/apache/airflow-steward/actions/runs/26717324225

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to