potiuk commented on code in PR #62230:
URL: https://github.com/apache/airflow/pull/62230#discussion_r2835010057
##########
scripts/tools/initialize_virtualenv.py:
##########
@@ -55,7 +55,19 @@ def check_for_package_extras() -> str:
return "dev"
-def uv_install_requirements() -> int:
+def get_dependency_groups(pyproject_toml_path: Path) -> list[str]:
Review Comment:
It would be also great to convert the script to have "inline script
metadata"
--
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]