mirror of
https://github.com/apache/airflow.git
synced 2026-03-26 15:28:46 +00:00
`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.