potiuk commented on a change in pull request #19210:
URL: https://github.com/apache/airflow/pull/19210#discussion_r756957574
##########
File path: scripts/docker/install_airflow_dependencies_from_branch_tip.sh
##########
@@ -39,11 +39,11 @@ function install_airflow_dependencies_from_branch_tip() {
fi
# Install latest set of dependencies using constraints. In case
constraints were upgraded and there
# are conflicts, this might fail, but it should be fixed in the following
installation steps
- pip install ${AIRFLOW_INSTALL_USER_FLAG} \
+ pip install \
"https://github.com/${AIRFLOW_REPO}/archive/${AIRFLOW_BRANCH}.tar.gz#egg=apache-airflow[${AIRFLOW_EXTRAS}]"
\
--constraint "${AIRFLOW_CONSTRAINTS_LOCATION}" || true
# make sure correct PIP version is used
- pip install ${AIRFLOW_INSTALL_USER_FLAG} --upgrade
"pip==${AIRFLOW_PIP_VERSION}"
+ pip install --upgrade "pip==${AIRFLOW_PIP_VERSION}"
Review comment:
Ah yeah. Bad habit.
--
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]