potiuk commented on code in PR #59658:
URL: https://github.com/apache/airflow/pull/59658#discussion_r2636878705
##########
Dockerfile.ci:
##########
@@ -988,9 +988,9 @@ function install_airflow_when_building_images() {
set +x
common::install_packaging_tools
echo
- echo "${COLOR_BLUE}Running 'pip check'${COLOR_RESET}"
+ echo "${COLOR_BLUE}Running 'uv pip check'${COLOR_RESET}"
echo
- pip check
+ uv pip check
Review Comment:
The `pip` check in Dockerfile is deliberate. While the installation uses
`uv`, `pip check` is there as a safety net in case `uv` resolution causes a
conflicting set of dependencies for `pip`.
Maybe instead of changing it, worth to add comment about it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]