bugraoz93 commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2019804908
##########
dev/breeze/src/airflow_breeze/utils/packages.py:
##########
@@ -843,6 +843,9 @@ def regenerate_pyproject_toml(
in_optional_dependencies = False
in_additional_devel_dependency_groups = False
for line in pyproject_toml_content.splitlines():
+ print(f"LINE: {line}")
+ if "ctl" in line:
Review Comment:
I was testing something and forgot to delete this. Later, I found where the
uv workspaces are generated :) I will remove it. Great one
--
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]