The GitHub Actions job "Tests" on airflow.git/fix-uv-export-no-emit-workspace has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 7e3043d58c1956de858760924f33d77086e79d38 / Jarek Potiuk <[email protected]> Fix `uv export` missing `--no-emit-workspace` causing parallel install lock issues Without `--no-emit-workspace`, the constraint file generated by `uv export` included workspace packages which forced installation of newer versions of dependencies like pyiceberg into the shared UV cache. When multiple parallel CI tasks ran simultaneously, this caused installation lock contention in the distributed UV cache. Adding `--no-emit-workspace` ensures only external dependencies are emitted in the constraint file, avoiding unnecessary package resolution that interferes with parallel task execution. Report URL: https://github.com/apache/airflow/actions/runs/23369980332 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
