potiuk commented on a change in pull request #13422:
URL: https://github.com/apache/airflow/pull/13422#discussion_r550768954
##########
File path: Dockerfile.ci
##########
@@ -325,7 +325,8 @@ RUN if [[ ${INSTALL_FROM_PYPI} == "true" ]]; then \
pip install -e ".[${AIRFLOW_EXTRAS}]" --upgrade --upgrade-strategy
eager; \
pip install --upgrade "pip==${AIRFLOW_PIP_VERSION}"; \
else \
- pip install -e ".[${AIRFLOW_EXTRAS}]" --upgrade --upgrade-strategy
only-if-needed; \
+ pip install -e ".[${AIRFLOW_EXTRAS}]" --upgrade --upgrade-strategy
only-if-needed\
+ --constraint "${AIRFLOW_CONSTRAINTS_LOCATION}"; \
Review comment:
We want to stick to the constraints here as well (unless setup.py
requirements change)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]