Files
airflow/.github
Kaxil Naik 51f8620be2 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.
2026-03-16 23:43:55 +00:00
..