bugraoz93 commented on code in PR #58845:
URL: https://github.com/apache/airflow/pull/58845#discussion_r2573170675
##########
dev/breeze/src/airflow_breeze/utils/run_utils.py:
##########
@@ -260,6 +260,42 @@ def assert_prek_installed():
sys.exit(1)
+def check_pnpm_installed():
Review Comment:
Good example, missed this indeed this way is much more maintainable. When I
see any operation like this I tend to check scripts/ directory, that's why I
fall back there while keeping the pnpm installed in image not to install in
each run which prek is already installing and caching for us
--
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]