kaxil commented on a change in pull request #7793: Verify that all providers
packages are included
URL: https://github.com/apache/airflow/pull/7793#discussion_r396103630
##########
File path: scripts/ci/_utils.sh
##########
@@ -38,6 +38,9 @@ function verbose_docker {
}
function initialize_breeze_environment {
+ # default python version
+ PYTHON_VERSION=${PYTHON_VERSION:="3.6"}
Review comment:
Should this go under `function setup_default_breeze_variables` ?
----------------------------------------------------------------
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