gopidesupavan commented on code in PR #43617:
URL: https://github.com/apache/airflow/pull/43617#discussion_r1827299599
##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -236,6 +236,13 @@ function determine_airflow_to_use() {
--constraint
https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-${PYTHON_MAJOR_MINOR_VERSION}.txt
# Some packages might leave legacy typing module which causes test
issues
pip uninstall -y typing || true
+ if [[ ${LINK_PROVIDERS_TO_AIRFLOW_PACKAGE=} == "true" ]]; then
+ echo
+ echo "${COLOR_BLUE}Linking providers to airflow package as we are
using then from mounted sources.${COLOR_RESET}"
Review Comment:
```suggestion
echo "${COLOR_BLUE}Linking providers to airflow package as we
are using them from mounted sources.${COLOR_RESET}"
```
--
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]