The GitHub Actions job "Tests" on airflow.git/switch-to-uv-lock-constraints has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d07dbba6d098c8d601351ba52fa9696d0e4a39bc / Jarek Potiuk <[email protected]>
Use install script with uv.lock constraints for dev dependencies in CI

Revert the entrypoint_ci.sh change from `uv sync --all-packages` back
to using the install_development_dependencies.py script. The uv sync
approach fails when provider source directories are not fully available
in the container (e.g. with selected mounts).

Instead, generate constraints from uv.lock via `uv export` and pass
them to the existing script, which installs only the needed development
dependencies via `uv pip install`.

Also add uv.lock to VOLUMES_FOR_SELECTED_MOUNTS so it is available
inside containers using the "tests and providers" mount mode.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to