potiuk commented on code in PR #62230:
URL: https://github.com/apache/airflow/pull/62230#discussion_r2880629371


##########
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:
   Yes - it does not have to have she-bang. It's still unclear how to make such 
#! portable across different runners that support inline script metadata, but 
since we use uv now as obligatory dev env, it might be fine.



-- 
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]

Reply via email to