potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2211857618
##########
Dockerfile.ci:
##########
@@ -1185,7 +1190,9 @@ function check_force_lowest_dependencies() {
# --no-binary is needed in order to avoid libxml and xmlsec using
different version of libxml2
# (binary lxml embeds its own libxml2, while xmlsec uses system one).
# See https://bugs.launchpad.net/lxml/+bug/2110068
- uv sync --resolution lowest-direct --no-binary-package lxml
--no-binary-package xmlsec
+ set -x
Review Comment:
DEbugging remnant. Simplified it and only call set_verbose at the top level
once.
--
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]