zhongjiajie commented on a change in pull request #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process URL: https://github.com/apache/airflow/pull/5090#discussion_r275207085
########## File path: scripts/ci/kubernetes/docker/airflow-test-env-init.sh ########## @@ -19,7 +19,7 @@ set -x -cd /usr/local/lib/python2.7/dist-packages/airflow && \ +cd /usr/local/lib/python3.6/dist-packages/airflow && \ Review comment: Thanks for catching. But I change base docker images to python:3.6-slim because we have a jira ticket in https://issues.apache.org/jira/browse/AIRFLOW-4210. And I think we should change our ci k8s as well. ---------------------------------------------------------------- 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] With regards, Apache Git Services
