pierceroberts commented on code in PR #51503: URL: https://github.com/apache/airflow/pull/51503#discussion_r2138396011
########## .gitignore: ########## @@ -117,6 +117,7 @@ celerybeat-schedule .venv* venv* ENV/ +airflow_venv Review Comment: Thank you @sjyangkevin I was following this: https://github.com/apache/airflow/blob/bf0bfe9dc1f3812989acfe6ed7118acf9ba5b586/INSTALLING.md?plain=1#L64 So if we shouldn't follow this, we should change it or delete it. I can update it in this PR if you'd like. The docs boring-cyborg linked seem to be helpful where I need to use `uv` and breeze for testing so I'll use that. -- 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]
