You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/12 14:43:16 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13033: Install airflow and providers from dist and verifies them

kaxil commented on a change in pull request #13033:
URL: https://github.com/apache/airflow/pull/13033#discussion_r541591913



##########
File path: scripts/in_container/entrypoint_ci.sh
##########
@@ -103,7 +103,7 @@ if [[ -z ${INSTALL_AIRFLOW_VERSION=} ]]; then
     export PYTHONPATH=${AIRFLOW_SOURCES}
 elif [[ ${INSTALL_AIRFLOW_VERSION} == "none"  ]]; then
     echo
-    echo "Skip installing airflow - only install wheel packages that are present locally"
+    echo "Skip installing airflow - only install wheel/tar,gz packages that are present locally"

Review comment:
       ```suggestion
       echo "Skip installing airflow - only install wheel/tar.gz packages that are present locally"
   ```




----------------------------------------------------------------
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:
users@infra.apache.org