feluelle commented on a change in pull request #9820:
URL: https://github.com/apache/airflow/pull/9820#discussion_r454398222
##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -21,6 +21,13 @@ function initialize_common_environment {
# default python Major/Minor version
PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:="3.6"}
+ PYTHON_BASE_IMAGE_VERSION=${PYTHON_MAJOR_MINOR_VERSION}
+ if [[ ${PYTHON_BASE_IMAGE_VERSION} == "3.8" ]]; then
+ # Temporary fix for Python 3.8.4 failing our tests
+ # TODO: Remove after it gets fixed
+ PYTHON_BASE_IMAGE_VERSION="3.8.3"
Review comment:
Can we `echo` this?
----------------------------------------------------------------
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]