potiuk commented on code in PR #44341:
URL: https://github.com/apache/airflow/pull/44341#discussion_r1861456853
##########
dev/breeze/src/airflow_breeze/utils/packages.py:
##########
@@ -640,7 +662,7 @@ def get_provider_jinja_context(
"PROVIDER_DESCRIPTION": provider_details.provider_description,
"INSTALL_REQUIREMENTS": get_install_requirements(
provider_id=provider_details.provider_id,
version_suffix=version_suffix
- ),
+ )[0],
Review Comment:
mistake? I guess that one is causing failure during PROD build
--
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]