potiuk commented on code in PR #45266:
URL: https://github.com/apache/airflow/pull/45266#discussion_r1899155423
##########
scripts/docker/install_airflow.sh:
##########
@@ -48,18 +48,12 @@ function install_airflow() {
# Determine the installation_command_flags based on
AIRFLOW_INSTALLATION_METHOD method
local installation_command_flags
if [[ ${AIRFLOW_INSTALLATION_METHOD} == "." ]]; then
- # We need _a_ file in there otherwise the editable install doesn't
include anything in the .pth file
Review Comment:
This is not needed any more - because we are skipping the whole Dockerfile
fragment where we only copied and installed from `pyproject.toml` file.
--
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]