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/06 15:06:05 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12693: Installing packages in our CI uses constraints

ashb commented on a change in pull request #12693:
URL: https://github.com/apache/airflow/pull/12693#discussion_r537056489



##########
File path: scripts/in_container/_in_container_utils.sh
##########
@@ -263,14 +263,16 @@ function install_airflow_from_wheel() {
     echo
     echo "Install airflow wheel package from dist"
     echo
-    pip install /dist/apache_airflow-*.whl >"${OUT_FILE_PRINTED_ON_ERROR}" 2>&1
+    pip install /dist/apache_airflow-*.whl --no-deps >"${OUT_FILE_PRINTED_ON_ERROR}" 2>&1

Review comment:
       Can you explain why you are adding the `--no-deps` flag here?




----------------------------------------------------------------
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