The GitHub Actions job "Tests" on 
airflow.git/properly-handle-prod-image-build-fallback has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f3e92fb0dbba1c7a5659e6f2db3a4301cea9acd9 / Jarek Potiuk <ja...@potiuk.com>
Properly handle build of PRD image when constraint build failed

When PROD image build failed with constraints, PROD image build
falls back to non-constraint build - as of recently it is using
`uv sync` but by default `uv sync` does not use active virtualenv
but the .venv build in current directory - uv needs --active flag
in order to use active virtualenv instead. This PR adds --active
flag when LOCAL_VIRTUALENV is set - i.e. during the PROD build
in this case.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to