The GitHub Actions job "Build & Publish Registry" on airflow.git/main has 
failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
51f8620be2aa1a435540e1b3d4dac516f8a31ae0 / Kaxil Naik <[email protected]>
Fix registry workflow failures due to workspace dependency resolution (#63766)

`uv run` from the repo root resolves the full workspace, pulling in
all providers including samba → gssapi which requires libkrb5-dev
(not installed on the runner). Use `--project dev/registry` so uv
resolves deps from dev/registry/pyproject.toml (pydantic + pyyaml)
instead of the entire workspace.

Report URL: https://github.com/apache/airflow/actions/runs/23171286589

With regards,
GitHub Actions via GitBox


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

Reply via email to